File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,22 @@ jobs:
24
24
uses : actions/checkout@v4
25
25
26
26
- name : Log in to the Container registry
27
- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
27
+
28
+
28
29
with :
29
30
registry : ${{ env.REGISTRY }}
30
31
username : ${{ github.actor }}
31
32
password : ${{ secrets.GITHUB_TOKEN }}
32
33
33
34
- name : Extract metadata (tags, labels) for Docker
34
35
id : meta
35
- uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
36
+ uses : docker/metadata-action@v5.5.1
36
37
with :
37
38
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
38
39
39
40
- name : Build and push Docker image
40
41
id : push
41
- uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
42
+ uses : docker/build-push-action@6.5.0
42
43
with :
43
44
context : .
44
45
push : true
You can’t perform that action at this time.
0 commit comments