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 53
53
# Build and push Docker image with Buildx (don't push on PR)
54
54
# https://github.com/docker/build-push-action
55
55
- name : Build and push Docker image
56
- uses : docker/build-push-action@v2
56
+ uses : docker/build-push-action@v3
57
57
with :
58
58
context : .
59
59
file : Dockerfile
Original file line number Diff line number Diff line change 46
46
- name : Checkout repository
47
47
uses : actions/checkout@v3
48
48
- name : Build local docker image
49
- uses : docker/build-push-action@v2
49
+ uses : docker/build-push-action@v3
50
50
with :
51
51
context : .
52
52
file : Dockerfile
Original file line number Diff line number Diff line change 52
52
- name : Checkout repository
53
53
uses : actions/checkout@v3
54
54
- name : Build local docker image
55
- uses : docker/build-push-action@v2
55
+ uses : docker/build-push-action@v3
56
56
with :
57
57
context : .
58
58
file : Dockerfile
You can’t perform that action at this time.
0 commit comments