fix(Pipeline): hopefully fixed syntax

This commit is contained in:
Paul Fey 2025-06-01 11:04:04 +02:00
parent 4a02fd1e78
commit ffb52c28df

View file

@ -25,5 +25,5 @@ jobs:
with:
push: true
tags:
- ${{ vars.DOCKER_USERNAME }}/blog:latest
- ${{ vars.DOCKER_USERNAME }}/blog:${{ gitea.sha }}
- "${{ vars.DOCKER_USERNAME }}/blog:latest"
- "${{ vars.DOCKER_USERNAME }}/blog:${{ gitea.sha }}"