File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@master
24+ uses : actions/checkout@v4
2525
2626 - name : Log in to the Container registry
27- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
27+ uses : docker/login-action@v2
2828 with :
2929 registry : ${{ env.REGISTRY }}
3030 username : ${{ github.actor }}
3131 password : ${{ secrets.GITHUB_TOKEN }}
3232
3333 - name : Extract metadata (tags, labels) for Docker
3434 id : meta
35- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
35+ uses : docker/metadata-action@v4
3636 with :
3737 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3838 tags : |
4141 type=raw,value=test,enable=true
4242
4343 - name : Build and push Docker image
44- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
44+ uses : docker/build-push-action@v4
4545 with :
4646 context : .
4747 push : true
You can’t perform that action at this time.
0 commit comments