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 @@ -37,28 +37,28 @@ jobs:
3737 uses : actions/checkout@v4
3838
3939 - name : Log in to the Container registry
40- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
40+ uses : docker/login-action@v3
4141 with :
4242 registry : ${{ env.REGISTRY }}
4343 username : ${{ github.actor }}
4444 password : ${{ secrets.GITHUB_TOKEN }}
4545
4646 - name : Extract metadata (tags, labels) for Docker
4747 id : meta
48- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
48+ uses : docker/metadata-action@v5
4949 with :
5050 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5151
5252 - name : Build Docker image
53- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
53+ uses : docker/build-push-action@v6
5454 with :
5555 context : .
5656 load : true
5757 tags : ${{ steps.meta.outputs.tags }}
5858 labels : ${{ steps.meta.outputs.labels }}
5959
6060 - name : Build and push Docker image
61- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
61+ uses : docker/build-push-action@v6
6262 if : github.event_name != 'pull_request'
6363 with :
6464 context : .
You can’t perform that action at this time.
0 commit comments