@@ -48,13 +48,13 @@ jobs:
4848
4949 # Workaround: https://github.com/docker/build-push-action/issues/461
5050 - name : Setup Docker buildx
51- uses : docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
51+ uses : docker/setup-buildx-action@2.5.0
5252
5353 # Login against a Docker registry except on PR
5454 # https://github.com/docker/login-action
5555 - name : Log into registry ${{ env.REGISTRY }}
5656 if : github.event_name != 'pull_request'
57- uses : docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
57+ uses : docker/login-action@2.1.0
5858 with :
5959 registry : ${{ env.REGISTRY }}
6060 username : ${{ github.actor }}
@@ -64,15 +64,15 @@ jobs:
6464 # https://github.com/docker/metadata-action
6565 - name : Extract Docker metadata
6666 id : meta
67- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
67+ uses : docker/metadata-action@4.3.0
6868 with :
6969 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7070
7171 # Build and push Docker image with Buildx (don't push on PR)
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@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
75+ uses : docker/build-push-action@4.0.0
7676 with :
7777 context : build
7878 push : ${{ github.event_name != 'pull_request' }}
0 commit comments