File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 47
47
shell : bash
48
48
49
49
- name : Build Base (versioned)
50
- uses : docker/build-push-action@v5
50
+ uses : docker/build-push-action@v6
51
51
if : ${{ inputs.idris-version != 'latest' }}
52
52
with :
53
53
context : .
68
68
cache-to : ${{ steps.calculate-cache-to.outputs.cache-to }}
69
69
70
70
- name : Build Base (latest)
71
- uses : docker/build-push-action@v5
71
+ uses : docker/build-push-action@v6
72
72
if : ${{ inputs.idris-version == 'latest' }}
73
73
with :
74
74
context : .
Original file line number Diff line number Diff line change 55
55
56
56
- name : Build Devcontainer (versioned)
57
57
if : ${{ inputs.idris-lsp-version != 'latest' }}
58
- uses : docker/build-push-action@v5
58
+ uses : docker/build-push-action@v6
59
59
with :
60
60
context : .
61
61
file : devcontainer.Dockerfile
75
75
76
76
- name : Build Devcontainer (latest)
77
77
if : ${{ inputs.idris-lsp-version == 'latest' }}
78
- uses : docker/build-push-action@v5
78
+ uses : docker/build-push-action@v6
79
79
with :
80
80
context : .
81
81
file : devcontainer-sha.Dockerfile
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
run : docker image ls
146
146
147
147
- name : Build ${{ matrix.dockerfile}}
148
- uses : docker/build-push-action@v5
148
+ uses : docker/build-push-action@v6
149
149
with :
150
150
context : .
151
151
file : ${{ matrix.dockerfile }}.Dockerfile
Original file line number Diff line number Diff line change 87
87
images : ${{ github.repository }}/${{ matrix.dockerfile }}
88
88
89
89
- name : Build ${{ matrix.dockerfile}}
90
- uses : docker/build-push-action@v5
90
+ uses : docker/build-push-action@v6
91
91
with :
92
92
context : .
93
93
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments