File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 : |
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 : |
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 : |
You can’t perform that action at this time.
0 commit comments