File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Log in to the Container registry
23
- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
23
+ uses : docker/login-action@v3
24
24
with :
25
25
registry : ${{ env.REGISTRY }}
26
26
username : ${{ github.actor }}
27
27
password : ${{ secrets.GITHUB_TOKEN }}
28
28
29
29
- name : Extract metadata (tags, labels) for Docker
30
30
id : meta
31
- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
31
+ uses : docker/metadata-action@v5
32
32
with :
33
33
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
34
34
tags : |
38
38
type=sha
39
39
40
40
- name : Build and push Docker image
41
- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
41
+ uses : docker/build-push-action@v6
42
42
with :
43
43
context : .
44
44
push : true
You can’t perform that action at this time.
0 commit comments