Skip to content

Commit

Permalink
Fix workflow, remove incorrect line continuation (#12775)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta authored Jul 25, 2024
1 parent ed750b8 commit f58baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-headless-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
docker build game-app/game-headless \
--tag ghcr.io/triplea-game/bot:latest \
--label gitSha="$(git rev-parse --short HEAD)" \
--label buildVersion="$BUILD_VERSION" \
--label buildVersion="$BUILD_VERSION"
docker push ghcr.io/triplea-game/bot:latest

0 comments on commit f58baae

Please sign in to comment.