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@v5
56
+ uses : docker/build-push-action@v6
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@v4
48
48
- name : Build local docker image
49
- uses : docker/build-push-action@v5
49
+ uses : docker/build-push-action@v6
50
50
with :
51
51
context : .
52
52
file : Dockerfile
Original file line number Diff line number Diff line change 48
48
- name : Checkout repository
49
49
uses : actions/checkout@v4
50
50
- name : Build local docker image
51
- uses : docker/build-push-action@v5
51
+ uses : docker/build-push-action@v6
52
52
with :
53
53
context : .
54
54
file : Dockerfile
You can’t perform that action at this time.
0 commit comments