Commit cb9a3a5 1 parent bf7d796 commit cb9a3a5 Copy full SHA for cb9a3a5
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 63
63
org.opencontainers.image.title=Vector development environment
64
64
org.opencontainers.image.url=https://github.com/vectordotdev/vector
65
65
- name : Build and push
66
- uses : docker/build-push-action@v4.0 .0
66
+ uses : docker/build-push-action@v4.1 .0
67
67
with :
68
68
context : .
69
69
file : ./scripts/environment/Dockerfile
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ jobs:
298
298
uses : docker/setup-buildx-action@v2.6.0
299
299
300
300
- name : Build 'vector' target image
301
- uses : docker/build-push-action@v4.0 .0
301
+ uses : docker/build-push-action@v4.1 .0
302
302
with :
303
303
context : baseline-vector/
304
304
cache-from : type=gha
@@ -335,7 +335,7 @@ jobs:
335
335
uses : docker/setup-buildx-action@v2.6.0
336
336
337
337
- name : Build 'vector' target image
338
- uses : docker/build-push-action@v4.0 .0
338
+ uses : docker/build-push-action@v4.1 .0
339
339
with :
340
340
context : comparison-vector/
341
341
cache-from : type=gha
You can’t perform that action at this time.
0 commit comments