mirror of https://github.com/dirtbags/moth.git
remove incorrect tags var
This commit is contained in:
parent
f6acbcf358
commit
fef27eadfc
|
@ -54,8 +54,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
target: moth
|
target: moth
|
||||||
file: build/package/Containerfile
|
file: build/package/Containerfile
|
||||||
push: ${{ steps.vars.outputs.tags != '' }}
|
tags: |
|
||||||
tags: ${{ steps.vars.outputs.moth-tags }}
|
|
||||||
dirtbags/moth:${{ steps.vars.outputs.tag }}
|
dirtbags/moth:${{ steps.vars.outputs.tag }}
|
||||||
docker.pkg.github.com/dirtbags/moth/moth:${{ steps.vars.outputs.tag }}
|
docker.pkg.github.com/dirtbags/moth/moth:${{ steps.vars.outputs.tag }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue