change tag to development
This commit is contained in:
parent
e8f7a1b0bb
commit
b90cdfc2a1
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
||||||
${{ github.repository }}:develop
|
${{ github.repository }}:development
|
||||||
ghcr.io/${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
ghcr.io/${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
||||||
ghcr.io/${{ github.repository }}:develop
|
ghcr.io/${{ github.repository }}:development
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue