Skip to content

Commit

Permalink
fix(ci): Make sure tag job uses +build-images target
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Nov 24, 2024
1 parent 31d0ba2 commit 4e81c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
CARGO_PACKAGE_VERSION="v$(cargo metadata --format-version 1 | jq -r '.packages[] | select(.name == "blue-build") .version')"
LATEST=$(test "$CARGO_PACKAGE_VERSION" = "$LATEST_TAG" && echo true || echo false)
earthly --push --ci -P +build --TAGGED="true" --LATEST="$LATEST"
earthly --push --ci -P +build-images --TAGGED="true" --LATEST="$LATEST"

0 comments on commit 4e81c24

Please sign in to comment.