File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 uses : docker/setup-qemu-action@v2
5050
5151 - name : Setup Docker buildx
52- uses : docker/setup-buildx-action@v2.6 .0
52+ uses : docker/setup-buildx-action@v2.7 .0
5353
5454 # Login against a Docker registry except on PR
5555 # https://github.com/docker/login-action
6565 # https://github.com/docker/metadata-action
6666 - name : Extract Docker metadata
6767 id : meta
68- uses : docker/metadata-action@v4.5 .0
68+ uses : docker/metadata-action@v4.6 .0
6969 with :
7070 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7171 tags : |
7878 # https://github.com/docker/build-push-action
7979 - name : Build and push Docker image
8080 id : build-and-push
81- uses : docker/build-push-action@v4.1.0
81+ uses : docker/build-push-action@v4.1.1
8282 with :
8383 context : .
8484 push : ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments