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 @@ -34,28 +34,28 @@ jobs:
3434
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v4
3838
3939 - name : Login to DockerHub
40- uses : docker/login-action@v2
40+ uses : docker/login-action@v3
4141 with :
4242 username : ${{ secrets.DOCKERHUB_USERNAME }}
4343 password : ${{ secrets.DOCKERHUB_TOKEN }}
4444
4545 - name : Set up QEMU
46- uses : docker/setup-qemu-action@v2
46+ uses : docker/setup-qemu-action@v3
4747
4848 - name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@v2
49+ uses : docker/setup-buildx-action@v3
5050
5151 - name : Cache Docker layers
52- uses : actions/cache@v2
52+ uses : actions/cache@v4
5353 with :
5454 path : /tmp/.buildx-cache
5555 key : ${{ runner.os }}-buildx-${{ github.sha }}-${{ matrix.image }}
5656
5757 - name : Build and push
58- uses : docker/build-push-action@v3
58+ uses : docker/build-push-action@v5
5959 with :
6060 context : .
6161 push : true
You can’t perform that action at this time.
0 commit comments