File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ jobs:
36
36
- name : build docker images
37
37
timeout-minutes : 20
38
38
id : docker-bake
39
- uses : docker/bake-action@4a9a8d494466d37134e2bfca2d3a8de8fb2681ad # v5
39
+ uses : docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # v6
40
40
env :
41
41
DOCKER_REGISTRY : ghcr.io/${{ github.repository }}/
42
42
COMMIT_SHA : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
43
43
with :
44
+ source : .
44
45
workdir : ${{ inputs.dir }}
45
46
provenance : false
46
47
push : true
Original file line number Diff line number Diff line change 11
11
subgraphs :
12
12
uses : ./.github/workflows/docker-bake.template.yaml
13
13
with :
14
- dir : federation/subgraphs
14
+ dir : ./ federation/subgraphs
15
15
hcl : docker.hcl
16
16
target : subgraphs
17
17
You can’t perform that action at this time.
0 commit comments