Skip to content

Commit 1d87331

Browse files
committed
fix: fix actions
1 parent 48a7555 commit 1d87331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
sep-annotations: ","
4848
images: ghcr.io/${{ github.repository }}
4949
- name: Build and Push
50+
id: build-and-push
5051
uses: docker/build-push-action@v4
5152
with:
5253
context: .
@@ -60,7 +61,7 @@ jobs:
6061
- name: Sign the images with GitHub OIDC Token
6162
env:
6263
DIGEST: ${{ steps.build-and-push.outputs.digest }}
63-
TAGS: ${{ steps.docker_meta.outputs.tags }}
64+
TAGS: ${{ steps.meta.outputs.tags }}
6465
run: |
6566
images=""
6667
for tag in ${TAGS}; do

0 commit comments

Comments
 (0)