File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
# multi-platform images and export cache
53
53
# https://github.com/docker/setup-buildx-action
54
54
- name : Set up Docker Buildx
55
- uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
55
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
56
56
57
57
# Login against a Docker registry except on PR
58
58
# https://github.com/docker/login-action
@@ -68,15 +68,15 @@ jobs:
68
68
# https://github.com/docker/metadata-action
69
69
- name : Extract Docker metadata
70
70
id : meta
71
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
71
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
72
72
with :
73
73
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
74
74
75
75
# Build and push Docker image with Buildx (don't push on PR)
76
76
# https://github.com/docker/build-push-action
77
77
- name : Build and push Docker image
78
78
id : build-and-push
79
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
79
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
80
80
with :
81
81
context : ${{ env.CONTEXT }}
82
82
push : ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments