fix(Pipeline): hopefully fixed yaml syntax
Some checks failed
Build the Docker Image / docker (push) Failing after 33s

This commit is contained in:
Paul Fey 2025-06-01 11:06:31 +02:00
parent ffb52c28df
commit cbdb22d065

View file

@ -24,6 +24,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags:
- "${{ vars.DOCKER_USERNAME }}/blog:latest"
- "${{ vars.DOCKER_USERNAME }}/blog:${{ gitea.sha }}"
tags: |
"${{ vars.DOCKER_USERNAME }}/blog:latest"
"${{ vars.DOCKER_USERNAME }}/blog:${{ gitea.sha }}"