File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,28 +29,28 @@ jobs:
2929 uses : actions/checkout@v3
3030
3131 - name : Set up QEMU
32- uses : docker/setup-qemu-action@v1
32+ uses : docker/setup-qemu-action@v2
3333
3434 - name : Setup Docker buildx
35- uses : docker/setup-buildx-action@v1
35+ uses : docker/setup-buildx-action@v2
3636
3737 - name : Cache Docker layers
38- uses : actions/cache@v2
38+ uses : actions/cache@v3
3939 with :
4040 path : /tmp/.buildx-cache
4141 key : ${{ runner.os }}-buildx-${{ github.sha }}
4242 restore-keys : |
4343 ${{ runner.os }}-buildx-
4444
4545 - name : Login to Docker Hub
46- uses : docker/login-action@v1
46+ uses : docker/login-action@v2
4747 with :
4848 username : ${{ secrets.DOCKERHUB_USERNAME }}
4949 password : ${{ secrets.DOCKERHUB_TOKEN }}
5050
5151 - name : Production Build and push
5252 if : ${{ github.ref == 'refs/heads/main' }}
53- uses : docker/build-push-action@v2
53+ uses : docker/build-push-action@v3
5454 with :
5555 context : .
5656 push : true
You can’t perform that action at this time.
0 commit comments