@@ -50,13 +50,13 @@ jobs:
5050
5151 # Workaround: https://github.com/docker/build-push-action/issues/461
5252 - name : ' 🔧 Setup Docker buildx'
53- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
53+ uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
5454
5555 # Login against a Docker registry except on PR
5656 # https://github.com/docker/login-action
5757 - name : ' 🔐 Log into registry ${{ env.REGISTRY }}'
5858 if : github.event_name != 'pull_request'
59- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
59+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
6060 with :
6161 registry : ${{ env.REGISTRY }}
6262 username : ${{ github.actor }}
@@ -66,15 +66,15 @@ jobs:
6666 # https://github.com/docker/metadata-action
6767 - name : ' 📦️ Extract Docker metadata'
6868 id : meta
69- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
69+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
7070 with :
7171 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7272
7373 # Build and push Docker image with Buildx (don't push on PR)
7474 # https://github.com/docker/build-push-action
7575 - name : ' 🏗️ Build and push Docker image'
7676 id : build-and-push
77- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2
77+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
7878 with :
7979 context : .
8080 push : ${{ github.event_name != 'pull_request' }}
0 commit comments