File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ jobs:
1313 ICR_REPOSITORY : tutorial-cloud-sql-database
1414 steps :
1515 - name : Check out the repo
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717
1818 - name : Log in to Container Registry
19- uses : docker/login-action@v1.10.0
19+ uses : docker/login-action@v3
2020 with :
2121 registry : icr.io
2222 username : ${{ secrets.ICR_USER }}
2323 password : ${{ secrets.ICR_TOKEN }}
2424
2525 - name : Extract metadata (tags, labels) for Docker
2626 id : meta
27- uses : docker/metadata-action@v3.6.2
27+ uses : docker/metadata-action@v5
2828 with :
2929 images : icr.io/${{ env.ICR_NAMESPACE }}/${{ env.ICR_REPOSITORY }}
3030
3131 - name : Build and push image
32- uses : docker/build-push-action@v2.8.0
32+ uses : docker/build-push-action@v5
3333 with :
3434 context : ./
3535 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments