Skip to content

Commit

Permalink
Prefix build version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Jan 30, 2024
1 parent 0fd9bf7 commit bbb3b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
--continue-after 30 \
--show-clogs --show-blogs \
--tag "$BASE":${{ inputs.tag_name }} \
--tag "$BASE":$publicID
--tag "$BASE":gameversion-$publicID
x86ID=$(cat $GITHUB_WORKSPACE/gmod_buildid_x86.txt)
$GITHUB_WORKSPACE/docker-slim build \
Expand All @@ -77,7 +77,7 @@ jobs:
--continue-after 30 \
--show-clogs --show-blogs \
--tag "$BASE"/64bit:${{ inputs.tag_name }} \
--tag "$BASE"/64bit:$x86ID
--tag "$BASE"/64bit:gameversion-$x86ID
if [ "${{ inputs.release }}" = "true" ]; then
echo "::warning:: Tagging this release as the latest!"
Expand Down

0 comments on commit bbb3b03

Please sign in to comment.