File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 # Build and push Docker image with Buildx (don't push on PR)
5454 # https://github.com/docker/build-push-action
5555 - name : Build and push Docker image
56- uses : docker/build-push-action@v3
56+ uses : docker/build-push-action@v4
5757 with :
5858 context : .
5959 file : Dockerfile
Original file line number Diff line number Diff line change 4646 - name : Checkout repository
4747 uses : actions/checkout@v3
4848 - name : Build local docker image
49- uses : docker/build-push-action@v3
49+ uses : docker/build-push-action@v4
5050 with :
5151 context : .
5252 file : Dockerfile
Original file line number Diff line number Diff line change 5252 - name : Checkout repository
5353 uses : actions/checkout@v3
5454 - name : Build local docker image
55- uses : docker/build-push-action@v3
55+ uses : docker/build-push-action@v4
5656 with :
5757 context : .
5858 file : Dockerfile
You can’t perform that action at this time.
0 commit comments