File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ jobs:
1515 packages : write
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 - name : Log in to the Container registry
20- uses : docker/login-action@v3
20+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
2121 with :
2222 registry : ${{ env.REGISTRY }}
2323 username : ${{ github.actor }}
2424 password : ${{ secrets.GITHUB_TOKEN }}
2525 - name : Extract metadata (tags, labels) for the container image
2626 id : meta
27- uses : docker/metadata-action@v5
27+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
2828 with :
2929 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3030 - name : Build and push contaimer image
31- uses : docker/build-push-action@v6
31+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
3232 with :
3333 context : ./image/
3434 push : true
You can’t perform that action at this time.
0 commit comments