From 69b20eecec7b78260f5dcf25ff995efb931db13b Mon Sep 17 00:00:00 2001 From: Eric Weber Date: Thu, 31 Oct 2024 06:35:07 -0700 Subject: [PATCH] feat: lock dockerfile-partials ref to tag --- .github/workflows/push-workflow.yaml | 4 ++-- conventional-changelog/docker-bake.hcl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-workflow.yaml b/.github/workflows/push-workflow.yaml index fa114d8..9a00f00 100644 --- a/.github/workflows/push-workflow.yaml +++ b/.github/workflows/push-workflow.yaml @@ -25,7 +25,7 @@ jobs: uses: docker/bake-action@v5.7.0 with: workdir: base - source: https://github.com/rcwbr/dockerfile-partials.git#main + source: https://github.com/rcwbr/dockerfile-partials.git#0.1.0 files: github-cache-bake.hcl set: | default.context=cwd:// @@ -38,7 +38,7 @@ jobs: uses: docker/bake-action@v5.7.0 with: workdir: conventional-changelog - source: https://github.com/rcwbr/dockerfile-partials.git#main + source: https://github.com/rcwbr/dockerfile-partials.git#0.1.0 files: github-cache-bake.hcl, cwd://docker-bake.hcl set: | default.context=cwd:// diff --git a/conventional-changelog/docker-bake.hcl b/conventional-changelog/docker-bake.hcl index 7d695b8..0da0b40 100644 --- a/conventional-changelog/docker-bake.hcl +++ b/conventional-changelog/docker-bake.hcl @@ -1,5 +1,5 @@ // Expected to be used with https://github.com/rcwbr/dockerfile-partials/blob/main/github-cache-bake.hcl -// For example, docker buildx bake -f github-cache-bake.hcl -f cwd://docker-bake.hcl https://github.com/rcwbr/dockerfile-partials.git#main +// For example, docker buildx bake -f github-cache-bake.hcl -f cwd://docker-bake.hcl https://github.com/rcwbr/dockerfile-partials.git#0.1.0 target "default" { contexts = {