@@ -26,13 +26,13 @@ jobs:
2626 # multi-platform images and export cache
2727 # https://github.com/docker/setup-buildx-action
2828 - name : Set up Docker Buildx
29- uses : docker/setup-buildx-action@v3.3 .0
29+ uses : docker/setup-buildx-action@v3.10 .0
3030
3131 # Login against a Docker registry except on PR
3232 # https://github.com/docker/login-action
3333 - name : Log into registry ${{ env.REGISTRY }}
3434 if : github.event_name != 'pull_request'
35- uses : docker/login-action@v3.2 .0
35+ uses : docker/login-action@v3.3 .0
3636 with :
3737 registry : ${{ env.REGISTRY }}
3838 username : ${{ github.actor }}
@@ -42,15 +42,15 @@ jobs:
4242 # https://github.com/docker/metadata-action
4343 - name : Extract Docker metadata
4444 id : meta
45- uses : docker/metadata-action@v5.5.1
45+ uses : docker/metadata-action@v5.7.0
4646 with :
4747 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848
4949 # Build and push Docker image with Buildx (don't push on PR)
5050 # https://github.com/docker/build-push-action
5151 - name : Build and push Docker image
5252 id : build-and-push
53- uses : docker/build-push-action@v6.2 .0
53+ uses : docker/build-push-action@v6.15 .0
5454 with :
5555 context : .
5656 push : ${{ github.event_name != 'pull_request' }}
0 commit comments