Skip to content

Commit 970be67

Browse files
authored
Update docker-image.yml
1 parent 280a950 commit 970be67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Install Cosign
24-
uses: docker/setup-buildx-action@v2
24+
uses: sigstore/cosign-installer@v3.6.0
2525

26+
- name: Set up Docker Buildx
27+
uses: docker/setup-buildx-action@v2
28+
2629
- name: Log in to Docker Hub
2730
uses: docker/login-action@v2
2831
with:

0 commit comments

Comments
 (0)