fix(ci): Make sure tag job uses +build-images target
This commit is contained in:
parent
31d0ba2162
commit
4e81c24fbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue