Update deploy.yml
This commit is contained in:
parent
1cfb8d0e42
commit
eabad0d27c
1 changed files with 1 additions and 3 deletions
|
|
@ -42,9 +42,7 @@ jobs:
|
||||||
git checkout -q FETCH_HEAD
|
git checkout -q FETCH_HEAD
|
||||||
|
|
||||||
- name: Registry login
|
- name: Registry login
|
||||||
run: |
|
run: printf '%s\n' "${{ secrets.REGISTRY_TOKEN }}" | docker login "$REGISTRY_HOST" -u "$REGISTRY_OWNER" --password-stdin
|
||||||
echo "${{ secrets.REGISTRY_TOKEN }}" | \
|
|
||||||
docker login "$REGISTRY_HOST" -u "$REGISTRY_OWNER" --password-stdin
|
|
||||||
|
|
||||||
- name: Build & push images (SHA tag)
|
- name: Build & push images (SHA tag)
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue