You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c# use 2.5.0 https://github.com/docker/setup-buildx-action/releases/tag/v2.5.0
49
+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2# use 3.10.0 https://github.com/docker/setup-buildx-action/releases/tag/v2.5.0
50
50
51
51
- if: steps.docker.outputs.exists == 'true'
52
52
name: Extract metadata for Docker
53
53
id: meta
54
-
uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96# use 4.3.0 https://github.com/docker/metadata-action/releases/tag/v4.3.0
54
+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804# use 5.7.0 https://github.com/docker/metadata-action/releases/tag/v4.3.0
55
55
with:
56
56
images: ${{ env.IMAGE_NAME }}
57
57
58
58
- if: steps.docker.outputs.exists == 'true'
59
59
name: Build Docker image
60
-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671# use 4.0.0 https://github.com/docker/build-push-action/releases/tag/v4.0.0
60
+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4# use 6.15.0 https://github.com/docker/build-push-action/releases/tag/v4.0.0
0 commit comments