File tree Expand file tree Collapse file tree 4 files changed +170
-6
lines changed
Expand file tree Collapse file tree 4 files changed +170
-6
lines changed Original file line number Diff line number Diff line change 5050
5151 # Workaround: https://github.com/docker/build-push-action/issues/461
5252 - name : ' 🔧 Setup Docker buildx'
53- uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db
53+ uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
5454
5555 # Login against a Docker registry except on PR
5656 # https://github.com/docker/login-action
@@ -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@5cd11c3a4ced054e52742c5fd54dca954e0edd85
77+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
7878 with :
7979 context : .
8080 push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change 11{
2- "." : " 1.9.7 "
2+ "." : " 1.9.9 "
33}
You can’t perform that action at this time.
0 commit comments