Skip to content

Commit

Permalink
ci: Simplify beta image logic
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 8, 2024
1 parent 59ea681 commit 6be2572
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ jobs:
IMAGES+=("$DEST")
done \
< <(docker image ls --format=json | \
yq --input-format=json --no-doc '[.]' | \
yq --output-format=tsv '.[] |
yq --input-format=json --output-format=tsv '
select(.Repository == strenv(REPO)) |
[
.Repository + ":" + .Tag,
Expand Down

0 comments on commit 6be2572

Please sign in to comment.