fix(Pipeline): hopefully fixed syntax
This commit is contained in:
parent
4a02fd1e78
commit
ffb52c28df
1 changed files with 2 additions and 2 deletions
|
@ -25,5 +25,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags:
|
tags:
|
||||||
- ${{ vars.DOCKER_USERNAME }}/blog:latest
|
- "${{ vars.DOCKER_USERNAME }}/blog:latest"
|
||||||
- ${{ vars.DOCKER_USERNAME }}/blog:${{ gitea.sha }}
|
- "${{ vars.DOCKER_USERNAME }}/blog:${{ gitea.sha }}"
|
Loading…
Add table
Add a link
Reference in a new issue