Skip to content

Commit 9e90dfc

Browse files
committed
build: Update docker-publish.yml
1 parent e51f1b0 commit 9e90dfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.event_name != 'pull_request'
3939
uses: sigstore/cosign-installer@main
4040
with:
41-
cosign-release: 'v1.9.0'
41+
cosign-release: 'v2.0.1'
4242

4343
# Workaround: https://github.com/docker/build-push-action/issues/461
4444
- name: Setup Docker buildx
@@ -48,7 +48,7 @@ jobs:
4848
# https://github.com/docker/login-action
4949
- name: Log into registry ${{ env.REGISTRY }}
5050
if: github.event_name != 'pull_request'
51-
uses: docker/login-action@v1.14.1
51+
uses: docker/login-action@v2
5252
with:
5353
registry: ${{ env.REGISTRY }}
5454
username: ${{ secrets.DOCKER_HUB_USER }}
@@ -58,7 +58,7 @@ jobs:
5858
# https://github.com/docker/metadata-action
5959
- name: Extract Docker metadata
6060
id: meta
61-
uses: docker/metadata-action@v3.6.2
61+
uses: docker/metadata-action@v4
6262
with:
6363
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6464
tags: |
@@ -72,7 +72,7 @@ jobs:
7272
# https://github.com/docker/build-push-action
7373
- name: Build and push Docker image
7474
id: build-and-push
75-
uses: docker/build-push-action@v2.10.0
75+
uses: docker/build-push-action@v4
7676
with:
7777
build-args: |
7878
version=${{ steps.get_version.outputs.value }}

0 commit comments

Comments
 (0)