fix: correct YAML indentation in workflow
This commit is contained in:
parent
ec3fbbcfa6
commit
5969c096bc
1 changed files with 48 additions and 51 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
name: build-and-push
|
name: build-and-push
|
||||||
# test
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -124,6 +124,3 @@ jobs:
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: |
|
run: |
|
||||||
docker push "${{ secrets.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}"
|
docker push "${{ secrets.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue