Skip to content

Commit

Permalink
[Tech] Bump ishworkh/container-image-artifact-download
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent b15b4fd commit 04e7243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/application_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Download image
if: ${{ steps.check_unit_tests_status.outputs.conclusion == 'success' }}
uses: ishworkh/container-image-artifact-download@v1.0.0
uses: ishworkh/container-image-artifact-download@v1.1.1
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/application_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV

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

- name: Download image
uses: ishworkh/container-image-artifact-download@v1.0.0
uses: ishworkh/container-image-artifact-download@v1.1.1
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down

0 comments on commit 04e7243

Please sign in to comment.