fix: correct YAML indentation in workflow
Some checks failed
build-and-push / lint (push) Failing after 2s
build-and-push / sonar (push) Has been skipped
build-and-push / docker (push) Has been skipped

This commit is contained in:
nocci 2026-03-07 13:24:13 +00:00
parent ec3fbbcfa6
commit 5969c096bc

View file

@ -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 }}"