This commit is contained in:
parent
3cd2fa645a
commit
e27d3b944c
@ -34,6 +34,11 @@ jobs:
|
||||
# username: ${{ REGISTRY_USERNAME }}
|
||||
# password: ${{ REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Log in to Container Registry
|
||||
run: |
|
||||
echo ${{ REGISTRY_PASSWORD }} | docker login ${{ IMAGE_REGISTRY }} -u ${{ REGISTRY_USERNAME }} --password-stdin
|
||||
|
||||
|
||||
- name: Build and Push Docker image
|
||||
run: |
|
||||
docker run \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user