Skip to content

Commit

Permalink
fixing multi tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansheehan committed Oct 20, 2020
1 parent 8b5d288 commit ebaf6f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-tshock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
file: tshock/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le
push: true
tags:
- ryshe/terraria:latest
- ryshe/terraria:tshock-latest
- ryshe/terraria:${{ steps.get_version.outputs.VERSION }}
tags: |
ryshe/terraria:latest
ryshe/terraria:tshock-latest
ryshe/terraria:${{ steps.get_version.outputs.VERSION }}

0 comments on commit ebaf6f5

Please sign in to comment.