File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
1818 - name : Set up QEMU
19- uses : docker/setup-qemu-action@v2
19+ uses : docker/setup-qemu-action@v3
2020
2121 - name : Set up Docker Buildx
2222 id : buildx
23- uses : docker/setup-buildx-action@v2
23+ uses : docker/setup-buildx-action@v3
2424
2525 - name : Extract Docker sha tag
2626 id : get-tag-sha
@@ -31,22 +31,22 @@ jobs:
3131
3232 - name : Extract Docker latest tag
3333 id : get-tag-latest
34- uses : docker/metadata-action@v4
34+ uses : docker/metadata-action@v5
3535 with :
3636 images : ${{ env.IMAGE_NAME }}
3737 tags : type=raw, value=latest
3838
3939 - name : Log in to Docker Hub
4040 if : ${{ github.ref_name == 'main' }}
4141 id : login
42- uses : docker/login-action@v2
42+ uses : docker/login-action@v3
4343 with :
4444 username : ${{ secrets.DOCKERHUB_USERNAME }}
4545 password : ${{ secrets.DOCKERHUB_TOKEN }}
4646
4747 - name : Build and Push
4848 id : build-and-push
49- uses : docker/build-push-action@v3
49+ uses : docker/build-push-action@v6
5050 with :
5151 context : .
5252 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments