We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a537121 + 98843f2 commit f5d3d53Copy full SHA for f5d3d53
.github/workflows/container_image.yaml
@@ -31,4 +31,4 @@ jobs:
31
# Ensure we source identical build arguments for both builds
32
source hack/version.sh && version::get_git_vars && version::get_build_date && \
33
make docker-buildx IMG=${{ env.image_tag_branch }} && \
34
- make docker-buildx IMG=${{ env.image_tag_commit }} DOCKER_BUILD_ARGS="--label quay.expires-after=4w"
+ make docker-buildx IMG=${{ env.image_tag_commit }} DOCKER_BUILD_ARGS="--annotation quay.expires-after=4w"
0 commit comments