File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,24 @@ jobs:
17
17
shell : bash
18
18
19
19
- name : Check out the repo
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Log in to Docker Hub
23
- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
23
+ uses : docker/login-action@v3
24
24
with :
25
25
username : ${{ secrets.DOCKER_USERNAME }}
26
26
password : ${{ secrets.DOCKER_PASSWORD }}
27
27
28
28
- name : Extract metadata (tags, labels) for Docker
29
29
id : meta
30
- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
30
+ uses : docker/metadata-action@v5
31
31
with :
32
32
images : ${{ secrets.DOCKER_USERNAME }}/${{ env.REPOSITORY_NAME }}
33
33
34
34
- name : Build and push Docker image
35
- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
35
+ uses : docker/build-push-action@v5
36
36
with :
37
37
context : .
38
38
push : true
39
- tags : ${{ steps.meta.outputs.tags }},${{ secrets.DOCKER_USERNAME }}/${{ env.REPOSITORY_NAME }}:latest
39
+ tags : ${{ steps.meta.outputs.tags }}
40
40
labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments