File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
org.opencontainers.image.title=Vector development environment
63
63
org.opencontainers.image.url=https://github.com/vectordotdev/vector
64
64
- name : Build and push
65
- uses : docker/build-push-action@v6.10 .0
65
+ uses : docker/build-push-action@v6.11 .0
66
66
with :
67
67
context : .
68
68
file : ./scripts/environment/Dockerfile
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
205
205
206
206
- name : Build 'vector' target image
207
- uses : docker/build-push-action@v6.10 .0
207
+ uses : docker/build-push-action@v6.11 .0
208
208
with :
209
209
context : baseline-vector/
210
210
cache-from : type=gha
@@ -243,7 +243,7 @@ jobs:
243
243
244
244
245
245
- name : Build 'vector' target image
246
- uses : docker/build-push-action@v6.10 .0
246
+ uses : docker/build-push-action@v6.11 .0
247
247
with :
248
248
context : comparison-vector/
249
249
cache-from : type=gha
You can’t perform that action at this time.
0 commit comments