Skip to content

Commit 58314b7

Browse files
[Tech] Bump ishworkh/container-image-artifact-download
Bumps [ishworkh/container-image-artifact-download](https://github.com/ishworkh/container-image-artifact-download) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/ishworkh/container-image-artifact-download/releases) - [Commits](ishworkh/container-image-artifact-download@v1.0.0...v1.1.1) --- updated-dependencies: - dependency-name: ishworkh/container-image-artifact-download dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4172d64 commit 58314b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/application_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Download image
5353
if: ${{ steps.check_unit_tests_status.outputs.conclusion == 'success' }}
54-
uses: ishworkh/container-image-artifact-download@v1.0.0
54+
uses: ishworkh/container-image-artifact-download@v1.1.1
5555
with:
5656
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
5757
image: monitorfish-app:${{ env.VERSION }}

.github/workflows/application_e2e_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV
6868

6969
- name: Download image
70-
uses: ishworkh/container-image-artifact-download@v1.0.0
70+
uses: ishworkh/container-image-artifact-download@v1.1.1
7171
with:
7272
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
7373
image: monitorfish-app:${{ env.VERSION }}
@@ -169,7 +169,7 @@ jobs:
169169
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV
170170

171171
- name: Download image
172-
uses: ishworkh/container-image-artifact-download@v1.0.0
172+
uses: ishworkh/container-image-artifact-download@v1.1.1
173173
with:
174174
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
175175
image: monitorfish-app:${{ env.VERSION }}

0 commit comments

Comments
 (0)