We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312fc3e commit 21f8314Copy full SHA for 21f8314
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
images: ${{ env.GHCR_IMAGE }}
47
48
- name: Build and export to Docker local cache
49
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
50
with:
51
# Need load and tags so we can test it below
52
load: true
@@ -66,7 +66,7 @@ jobs:
66
- name: Build and push by digest
67
if: github.ref_type == 'tag'
68
id: build
69
70
71
labels: ${{ steps.meta.outputs.labels }}
72
annotations: ${{ steps.meta.outputs.annotations }}
0 commit comments