Skip to content

Commit 351dfad

Browse files
Update docker/bake-action action to v6 (#590)
* Update docker/bake-action action to v6 * Try this? * ? * Define source --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent d988aa1 commit 351dfad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker-bake.template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
- name: build docker images
3737
timeout-minutes: 20
3838
id: docker-bake
39-
uses: docker/bake-action@4a9a8d494466d37134e2bfca2d3a8de8fb2681ad # v5
39+
uses: docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # v6
4040
env:
4141
DOCKER_REGISTRY: ghcr.io/${{ github.repository }}/
4242
COMMIT_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4343
with:
44+
source: .
4445
workdir: ${{ inputs.dir }}
4546
provenance: false
4647
push: true

.github/workflows/federation-v1.workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
subgraphs:
1212
uses: ./.github/workflows/docker-bake.template.yaml
1313
with:
14-
dir: federation/subgraphs
14+
dir: ./federation/subgraphs
1515
hcl: docker.hcl
1616
target: subgraphs
1717

0 commit comments

Comments
 (0)