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
|
||||
# test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
@ -124,6 +124,3 @@ jobs:
|
|||
- name: Push image
|
||||
run: |
|
||||
docker push "${{ secrets.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue