File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ jobs:
60
60
run : echo "::set-output name=VERSION::$(make version)"
61
61
62
62
- name : Log in to the Container registry
63
- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
63
+ uses : docker/login-action@v3
64
64
with :
65
65
registry : ${{ env.REGISTRY }}
66
66
username : ${{ github.actor }}
67
67
password : ${{ secrets.GITHUB_TOKEN }}
68
68
69
69
- name : Extract metadata (tags, labels) for Docker
70
70
id : meta
71
- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
71
+ uses : docker/metadata-action@v5
72
72
with :
73
73
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
74
74
82
82
run : go mod vendor
83
83
84
84
- name : Build and push Docker image
85
- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
85
+ uses : docker/build-push-action@v5
86
86
with :
87
87
context : .
88
88
push : true
You can’t perform that action at this time.
0 commit comments