File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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 }}
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 : |
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 }}
You can’t perform that action at this time.
0 commit comments