File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 echo "XPIPE_TAG=$XPIPE_TAG" >> $GITHUB_ENV
3434
3535 - name : Log in to the Container registry
36- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
36+ uses : docker/login-action@v3.3.0
3737 with :
3838 registry : ${{ env.REGISTRY }}
3939 username : ${{ github.actor }}
4040 password : ${{ secrets.GITHUB_TOKEN }}
4141 - name : Extract metadata (tags, labels) for Docker
4242 id : meta
43- uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
43+ uses : docker/metadata-action@v5.7.0
4444 with :
4545 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4646 labels : |
5757 uses : docker/setup-buildx-action@v1
5858 - name : Build and push Docker image
5959 id : push
60- uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
60+ uses : docker/build-push-action@v6.9.0
6161 with :
6262 context : .
6363 push : true
Original file line number Diff line number Diff line change 1- 15.4
1+ 15.5
You can’t perform that action at this time.
0 commit comments