File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
# Build the container, including an inline cache manifest to
39
39
# allow us to use the registry as a cache source.
40
40
- name : Build and push
41
- uses : docker/build-push-action@v5
41
+ uses : docker/build-push-action@v6
42
42
with :
43
43
context : .
44
44
file : ./Dockerfile
Original file line number Diff line number Diff line change 29
29
# Build the container, including an inline cache manifest to
30
30
# allow us to use the registry as a cache source.
31
31
- name : Build Docker Image (Main)
32
- uses : docker/build-push-action@v5
32
+ uses : docker/build-push-action@v6
33
33
if : github.ref == 'refs/heads/main'
34
34
with :
35
35
context : .
53
53
54
54
# Build directly to a local folder
55
55
- name : Build Docker Image (PR)
56
- uses : docker/build-push-action@v5
56
+ uses : docker/build-push-action@v6
57
57
if : github.ref != 'refs/heads/main'
58
58
with :
59
59
context : .
You can’t perform that action at this time.
0 commit comments