File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v2
2222 - name : Build Image
23- uses : docker/build-push-action@v2
23+ uses : docker/build-push-action@v3
2424 with :
2525 context : .
2626 file : ./Dockerfile
9494 username : ${{ github.repository_owner }}
9595 password : ${{ secrets.CR_PAT }}
9696 - name : Build and Push
97- uses : docker/build-push-action@v2
97+ uses : docker/build-push-action@v3
9898 with :
9999 context : .
100100 file : ./Dockerfile
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v2
2222 - name : Build and push Dev
23- uses : docker/build-push-action@v2
23+ uses : docker/build-push-action@v3
2424 with :
2525 context : .
2626 file : ./Dockerfile
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v2
2222 - name : Build and push Dev
23- uses : docker/build-push-action@v2
23+ uses : docker/build-push-action@v3
2424 with :
2525 context : .
2626 file : ./Dockerfile
9292 username : ${{ github.repository_owner }}
9393 password : ${{ secrets.CR_PAT }}
9494 - name : Build and Push master
95- uses : docker/build-push-action@v2
95+ uses : docker/build-push-action@v3
9696 with :
9797 context : .
9898 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments