fix(Pipeline): hopefully fixed yaml syntax
Some checks failed
Build the Docker Image / docker (push) Failing after 33s
Some checks failed
Build the Docker Image / docker (push) Failing after 33s
This commit is contained in:
parent
ffb52c28df
commit
cbdb22d065
1 changed files with 3 additions and 3 deletions
|
@ -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 }}"
|
Loading…
Add table
Add a link
Reference in a new issue