File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
2626
@@ -39,22 +39,22 @@ jobs:
3939 echo "dockerhub_image=${DOCKERHUB_IMAGE}" >> $GITHUB_OUTPUT
4040
4141 - name : Set up QEMU
42- uses : docker/setup-qemu-action@v2
42+ uses : docker/setup-qemu-action@v3
4343 with :
4444 platforms : all
4545
4646 - name : Set up Docker Buildx
4747 id : buildx
48- uses : docker/setup-buildx-action@v2
48+ uses : docker/setup-buildx-action@v3
4949
5050 - name : Login to DockerHub
51- uses : docker/login-action@v2
51+ uses : docker/login-action@v3
5252 with :
5353 username : ${{ secrets.DOCKERHUB_USERNAME }}
5454 password : ${{ secrets.DOCKERHUB_TOKEN }}
5555
5656 - name : Build and push
57- uses : docker/build-push-action@v4
57+ uses : docker/build-push-action@v5
5858 with :
5959 builder : ${{ steps.buildx.outputs.name }}
6060 context : .
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
2020
@@ -33,26 +33,26 @@ jobs:
3333 echo "dockerhub_image=${DOCKERHUB_IMAGE}" >> $GITHUB_OUTPUT
3434
3535 - name : Set up QEMU
36- uses : docker/setup-qemu-action@v2
36+ uses : docker/setup-qemu-action@v3
3737 with :
3838 platforms : all
3939
4040 - name : Set up Docker Buildx
4141 id : buildx
42- uses : docker/setup-buildx-action@v2
42+ uses : docker/setup-buildx-action@v3
4343 with :
4444 config-inline : |
4545 [registry."ghrc.io"]
4646
4747 - name : Login to Github Container Registry
48- uses : docker/login-action@v2
48+ uses : docker/login-action@v3
4949 with :
5050 registry : ghcr.io
5151 username : ${{ github.repository_owner }}
5252 password : ${{ secrets.GHCR_TOKEN }}
5353
5454 - name : Build and push
55- uses : docker/build-push-action@v4
55+ uses : docker/build-push-action@v5
5656 with :
5757 builder : ${{ steps.buildx.outputs.name }}
5858 context : .
You can’t perform that action at this time.
0 commit comments