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 43
43
# https://github.com/docker/login-action
44
44
- name : Log into registry ${{ env.REGISTRY }}
45
45
if : github.event_name != 'pull_request'
46
- uses : docker/login-action@v3.3.0
46
+ uses : docker/login-action@v3
47
47
with :
48
48
registry : ${{ env.REGISTRY }}
49
49
username : ${{ github.actor }}
@@ -53,14 +53,14 @@ jobs:
53
53
# https://github.com/docker/metadata-action
54
54
- name : Extract Docker metadata
55
55
id : meta
56
- uses : docker/metadata-action@v5.6.1
56
+ uses : docker/metadata-action@v5
57
57
with :
58
58
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
59
59
60
60
# Build and push Docker image with Buildx (don't push on PR)
61
61
# https://github.com/docker/build-push-action
62
62
- name : Build and push Docker image
63
- uses : docker/build-push-action@v6.10.0
63
+ uses : docker/build-push-action@v6
64
64
with :
65
65
context : .
66
66
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments