Skip to content

Commit 209bc5f

Browse files
committed
Use local
1 parent 34c8df4 commit 209bc5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
call-workflow:
1616
name: Build and Push Docker Images
1717
environment: Production
18-
uses: .github/workflows/reusable-docker-build-and-push.yml@v1
18+
uses: ./.github/workflows/reusable-docker-build-and-push.yml@v1
1919
with:
2020
docker_image_tag: latest
2121
docker_bakefile_path: ./build/docker-bake.hcl

.github/workflows/reusable-docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
call-workflow:
2828
name: Build and Push Docker Images
2929
environment: Production
30-
uses: .github/workflows/action.yml@v1
30+
uses: ./.github/workflows/action.yml@v1
3131
with:
3232
docker_image_tag: ${{ inputs.docker_image_tag }}
3333
docker_bakefile_path: ${{ inputs.docker_bakefile_path }}

0 commit comments

Comments
 (0)