Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 2, 2025
1 parent fdb05b2 commit 7d8912e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docker_command=(
# we can always cache from the master branch's image
--cache-from type=registry,ref="$master_branch_tag"

--tag "$image:$branch"
--tag "$current_branch_tag"
)

# if we are building on GitHub actions, we can also push the resulting image
Expand Down

0 comments on commit 7d8912e

Please sign in to comment.