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 @@ -33,20 +33,20 @@ jobs:
3333 ref : ${{ inputs.reference }}
3434
3535 - name : Log in to the Container registry
36- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
36+ uses : docker/login-action@v2
3737 with :
3838 registry : ${{ env.REGISTRY }}
3939 username : ${{ github.actor }}
4040 password : ${{ secrets.GITHUB_TOKEN }}
4141
4242 - name : Extract metadata (tags, labels) for Docker
4343 id : meta
44- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
44+ uses : docker/metadata-action@v4
4545 with :
4646 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747
4848 - name : Build and push Docker image
49- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
49+ uses : docker/build-push-action@v4
5050 with :
5151 context : .
5252 push : true
You can’t perform that action at this time.
0 commit comments