File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [master]
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 docker :
912 runs-on : ubuntu-latest
@@ -19,22 +22,22 @@ jobs:
1922
2023 steps :
2124 - name : Checkout
22- uses : actions/checkout@v2
25+ uses : actions/checkout@v4
2326
2427 - name : Login to DockerHub
25- uses : docker/login-action@v1
28+ uses : docker/login-action@v3
2629 with :
2730 username : ${{ secrets.DOCKERHUB_USERNAME }}
2831 password : ${{ secrets.DOCKERHUB_TOKEN }}
2932
3033 - name : Set up QEMU
31- uses : docker/setup-qemu-action@v1
34+ uses : docker/setup-qemu-action@v3
3235
3336 - name : Set up Docker Buildx
34- uses : docker/setup-buildx-action@v1
37+ uses : docker/setup-buildx-action@v3
3538
3639 - name : Build and push
37- uses : docker/build-push-action@v2
40+ uses : docker/build-push-action@v6
3841 with :
3942 context : ${{ matrix.context }}
4043 push : true
You can’t perform that action at this time.
0 commit comments