Skip to content

Commit 3a10b77

Browse files
committed
update docker_build.yml
1 parent c65eab3 commit 3a10b77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "version=${VERSION}" >> $GITHUB_OUTPUT
4242
4343
- name: Build and Push Docker Image
44-
uses: ./.github/workflows/docker_build
44+
uses: ./.github/workflows/docker_build.yml
4545
with:
4646
tag: ${{ steps.extract_branch.outputs.tag }}
4747
version: ${{ steps.build.outputs.version }}

.github/workflows/build-public-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "version=${VERSION}" >> $GITHUB_OUTPUT
4141
4242
- name: Build and Test Docker Image
43-
uses: ./.github/workflows/docker_build
43+
uses: ./.github/workflows/docker_build.yml
4444
with:
4545
tag: ${{ steps.extract_branch.outputs.tag }}
4646
version: ${{ steps.build.outputs.version }}

.github/workflows/cve_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "version=${VERSION}" >> $GITHUB_OUTPUT
4141
4242
- name: Build Docker Image
43-
uses: ./.github/workflows/docker_build
43+
uses: ./.github/workflows/docker_build.yml
4444
with:
4545
tag: ${{ steps.extract_branch.outputs.tag }}
4646
version: ${{ steps.build.outputs.version }}

0 commit comments

Comments
 (0)