Commit cec94cb 1 parent c6fc00b commit cec94cb Copy full SHA for cec94cb
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 49
49
- name : Set up Docker Buildx
50
50
uses : docker/setup-buildx-action@v3
51
51
- name : Build
52
- uses : docker/build-push-action@v6.8 .0
52
+ uses : docker/build-push-action@v6.9 .0
53
53
with :
54
54
context : .
55
55
file : images/Dockerfile.controller
71
71
- name : Set up Docker Buildx
72
72
uses : docker/setup-buildx-action@v3
73
73
- name : Build
74
- uses : docker/build-push-action@v6.8 .0
74
+ uses : docker/build-push-action@v6.9 .0
75
75
with :
76
76
context : .
77
77
file : images/Dockerfile.executor
Original file line number Diff line number Diff line change 51
51
tags : |
52
52
type=raw,value=${{ steps.get_image_tag.outputs.image_tag }}
53
53
- name : Build & Push
54
- uses : docker/build-push-action@v6.8 .0
54
+ uses : docker/build-push-action@v6.9 .0
55
55
with :
56
56
build-args : VERSION=${{ steps.get_image_tag.outputs.image_tag }}
57
57
context : .
You can’t perform that action at this time.
0 commit comments