Skip to content

Commit

Permalink
Fix: main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveLemon committed Dec 9, 2023
1 parent 3becfdc commit 26e5e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
docker buildx build --push \
--build-arg TERRARIAVERSION=${{ steps.get_terraria_release.outputs.latest_terraria }} \
--build-arg TERRARIAVERSIONFIX=${{ steps.get_terraria_release.outputs.latest_terraria_fix }} \
--build-arg TSHOCKVERSION=${{ steps.get_terraria_release.outputs.latest_tshock }} \
--build-arg TSHOCKVERSION=${{ steps.get_tshock_release.outputs.latest_tshock }} \
--provenance=false \
--platform linux/amd64 \
--tag ${{ secrets.DOCKER_USERNAME }}/terraria-docker:${{ steps.get_latest_release_tag.outputs.latest_tag }} \
Expand Down

0 comments on commit 26e5e04

Please sign in to comment.