We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a7555 commit 1d87331Copy full SHA for 1d87331
.github/workflows/image.yml
@@ -47,6 +47,7 @@ jobs:
47
sep-annotations: ","
48
images: ghcr.io/${{ github.repository }}
49
- name: Build and Push
50
+ id: build-and-push
51
uses: docker/build-push-action@v4
52
with:
53
context: .
@@ -60,7 +61,7 @@ jobs:
60
61
- name: Sign the images with GitHub OIDC Token
62
env:
63
DIGEST: ${{ steps.build-and-push.outputs.digest }}
- TAGS: ${{ steps.docker_meta.outputs.tags }}
64
+ TAGS: ${{ steps.meta.outputs.tags }}
65
run: |
66
images=""
67
for tag in ${TAGS}; do
0 commit comments