Skip to content

Commit 50ebf20

Browse files
Update discoverygarden/docker-image-reusable-workflows action to v2
1 parent ffc9981 commit 50ebf20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image-from-tag-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
build:
2323
if: github.event_name == 'push' || github.event_name == 'pull_request'
24-
uses: discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v1
24+
uses: discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v2
2525
secrets: inherit
2626
with:
2727
image-name: ${{ vars.DOCKER_IMAGE_NAME }}

.github/workflows/rebuild-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
build:
23-
uses: discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v1
23+
uses: discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v2
2424
secrets: inherit
2525
with:
2626
env: ${{ inputs.env || github.event_name == 'pull_request' && 'dev' || 'prod' }}

0 commit comments

Comments
 (0)