Skip to content

Commit

Permalink
Use skopeo/stable:v1
Browse files Browse the repository at this point in the history
Instead of picking a particular version.
  • Loading branch information
DrJosh9000 committed Aug 30, 2023
1 parent 585e4b2 commit 03c2590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/publish-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dry_run() {
}

skopeo() {
docker run --rm -v "${DOCKER_CONFIG:-$HOME/.docker}:/root/.docker:ro" quay.io/skopeo/stable:v1.10.0 "$@"
docker run --rm -v "${DOCKER_CONFIG:-$HOME/.docker}:/root/.docker:ro" quay.io/skopeo/stable:v1 "$@"
}

# Convert 2.3.2 into [ 2.3.2 2.3 2 ] or 3.0-beta.42 in [ 3.0-beta.42 3.0 3 ]
Expand Down

0 comments on commit 03c2590

Please sign in to comment.