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.2.1
66
+ uses : docker/build-push-action@v5.0.0
67
67
with :
68
68
context : .
69
69
file : ./scripts/environment/Dockerfile
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ jobs:
301
301
302
302
303
303
- name : Build 'vector' target image
304
- uses : docker/build-push-action@v4.2.1
304
+ uses : docker/build-push-action@v5.0.0
305
305
with :
306
306
context : baseline-vector/
307
307
cache-from : type=gha
@@ -338,7 +338,7 @@ jobs:
338
338
339
339
340
340
- name : Build 'vector' target image
341
- uses : docker/build-push-action@v4.2.1
341
+ uses : docker/build-push-action@v5.0.0
342
342
with :
343
343
context : comparison-vector/
344
344
cache-from : type=gha
You can’t perform that action at this time.
0 commit comments