Skip to content

Commit

Permalink
Fix container upload and download
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Feb 5, 2025
1 parent 2727d0c commit 7432a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
fetch-depth: 100

- name: Download image
uses: ishworkh/docker-image-artifact-download@v1
uses: ishworkh/container-image-artifact-download@v2.0.0
with:
image: monitorfish-app:${{ env.VERSION }}

Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
uses: actions/checkout@v4

- name: Download image
uses: ishworkh/docker-image-artifact-download@v1
uses: ishworkh/container-image-artifact-download@v2.0.0
with:
image: monitorfish-app:${{ env.VERSION }}

Expand Down

0 comments on commit 7432a2e

Please sign in to comment.