File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
type=sha
130
130
131
131
- name : Docker build [test]
132
- uses : docker/build-push-action@v5
132
+ uses : docker/build-push-action@v6
133
133
with :
134
134
context : ${{ env.DOCKER_META_CONTEXT }}
135
135
file : ${{ env.DOCKER_META_FILE }}
@@ -158,7 +158,7 @@ jobs:
158
158
type=ref,event=branch
159
159
160
160
- name : Docker build+push [dev]
161
- uses : docker/build-push-action@v5
161
+ uses : docker/build-push-action@v6
162
162
if : github.event_name != 'pull_request' && steps.meta-dev.outputs.tags != ''
163
163
with :
164
164
context : ${{ env.DOCKER_META_CONTEXT }}
@@ -183,7 +183,7 @@ jobs:
183
183
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
184
184
185
185
- name : Docker build+push [public]
186
- uses : docker/build-push-action@v5
186
+ uses : docker/build-push-action@v6
187
187
if : github.event_name != 'pull_request' && steps.meta-public.outputs.tags != ''
188
188
with :
189
189
context : ${{ env.DOCKER_META_CONTEXT }}
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
suffix=${{ env.DOCKER_META_SUFFIX_LAMBDA }}
102
102
103
103
- name : Docker build [test]
104
- uses : docker/build-push-action@v5
104
+ uses : docker/build-push-action@v6
105
105
with :
106
106
context : ${{ env.DOCKER_META_CONTEXT }}
107
107
file : ${{ env.DOCKER_META_FILE }}
@@ -132,7 +132,7 @@ jobs:
132
132
suffix=${{ env.DOCKER_META_SUFFIX_LAMBDA }}
133
133
134
134
- name : Docker build+push [dev]
135
- uses : docker/build-push-action@v5
135
+ uses : docker/build-push-action@v6
136
136
if : github.event_name != 'pull_request' && steps.meta-dev.outputs.tags != ''
137
137
with :
138
138
context : ${{ env.DOCKER_META_CONTEXT }}
@@ -159,7 +159,7 @@ jobs:
159
159
suffix=${{ env.DOCKER_META_SUFFIX_LAMBDA }}
160
160
161
161
- name : Docker build+push [public]
162
- uses : docker/build-push-action@v5
162
+ uses : docker/build-push-action@v6
163
163
if : github.event_name != 'pull_request' && steps.meta-public.outputs.tags != ''
164
164
with :
165
165
context : ${{ env.DOCKER_META_CONTEXT }}
You can’t perform that action at this time.
0 commit comments