remove incorrect tags var

This commit is contained in:
Neale Pickett 2020-09-18 15:47:31 -06:00
parent f6acbcf358
commit fef27eadfc
1 changed files with 1 additions and 2 deletions

View File

@ -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 }}