Skip to content

Commit 61dd287

Browse files
committed
update deprecated image artifact GitHub action
1 parent 77840b5 commit 61dd287

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/push.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
echo "is_semantic_tag=$IS_SEMANTIC_TAG" >> $GITHUB_OUTPUT
5050
5151
- name: Upload image
52-
uses: ishworkh/docker-image-artifact-upload@v1
52+
uses: ishworkh/container-image-artifact-upload@v2.0.0
5353
with:
54-
image: "sapi-python-client"
54+
image: ${{ env.APP_IMAGE }}
5555
retention_days: "1"
5656

5757
tests_aws:
@@ -63,9 +63,9 @@ jobs:
6363
uses: actions/checkout@v3
6464

6565
- name: Download image
66-
uses: ishworkh/docker-image-artifact-download@v1
66+
uses: ishworkh/container-image-artifact-download@v2.0.0
6767
with:
68-
image: "sapi-python-client"
68+
image: ${{ env.APP_IMAGE }}
6969

7070
- name: Run Tests
7171
run: |
@@ -80,9 +80,9 @@ jobs:
8080
uses: actions/checkout@v3
8181

8282
- name: Download image
83-
uses: ishworkh/docker-image-artifact-download@v1
83+
uses: ishworkh/container-image-artifact-download@v2.0.0
8484
with:
85-
image: "sapi-python-client"
85+
image: ${{ env.APP_IMAGE }}
8686

8787
- name: Run Tests
8888
run: |
@@ -97,9 +97,9 @@ jobs:
9797
uses: actions/checkout@v3
9898

9999
- name: Download image
100-
uses: ishworkh/docker-image-artifact-download@v1
100+
uses: ishworkh/container-image-artifact-download@v2.0.0
101101
with:
102-
image: "sapi-python-client"
102+
image: ${{ env.APP_IMAGE }}
103103

104104
- name: Run Tests
105105
run: |

0 commit comments

Comments
 (0)