We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c180a94 commit 6a9cad9Copy full SHA for 6a9cad9
.github/workflows/atlas-image-build.yaml
@@ -39,7 +39,7 @@ jobs:
39
uses: docker/setup-buildx-action@v2
40
- name: Image metadata
41
id: meta
42
- uses: docker/metadata-action@v4
+ uses: docker/metadata-action@v5
43
with:
44
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
45
tags: |
.github/workflows/kanister-image-build.yaml
@@ -42,7 +42,7 @@ jobs:
46
47
48
0 commit comments