File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 TEST_ARG=test_value
3636 SECOND_ARG=two
3737
38- - uses : nick-fields/assert-action@v1
38+ - uses : nick-fields/assert-action@v2
3939 with :
4040 expected : ' registry.hub.docker.com/cloudposse/github-action-docker-build-push'
4141 actual : ${{ steps.current.outputs.image }}
4242
43- - uses : nick-fields/assert-action@v1
43+ - uses : nick-fields/assert-action@v2
4444 with :
4545 expected : sha-${{ github.sha }}
4646 actual : ${{ steps.current.outputs.tag }}
Original file line number Diff line number Diff line change @@ -41,23 +41,23 @@ jobs:
4141 echo "archs=$archs" >> $GITHUB_ENV
4242
4343
44- - uses : nick-fields/assert-action@v1
44+ - uses : nick-fields/assert-action@v2
4545 with :
4646 expected : ' registry.hub.docker.com/cloudposse/github-action-docker-build-push'
4747 actual : ${{ steps.current.outputs.image }}
4848
49- - uses : nick-fields/assert-action@v1
49+ - uses : nick-fields/assert-action@v2
5050 with :
5151 expected : sha-${{ github.sha }}
5252 actual : ${{ steps.current.outputs.tag }}
5353
54- - uses : nick-fields/assert-action@v1
54+ - uses : nick-fields/assert-action@v2
5555 with :
5656 expected : ' linux/amd64'
5757 actual : ${{ env.archs }}
5858 comparison : contains
5959
60- - uses : nick-fields/assert-action@v1
60+ - uses : nick-fields/assert-action@v2
6161 with :
6262 expected : ' linux/arm64'
6363 actual : ${{ env.archs }}
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 login : ${{ secrets.DOCKERHUB_USERNAME }}
3232 password : ${{ secrets.DOCKERHUB_PASSWORD }}
3333
34- - uses : nick-fields/assert-action@v1
34+ - uses : nick-fields/assert-action@v2
3535 with :
3636 expected : ' registry.hub.docker.com/cloudposse/github-action-docker-build-push'
3737 actual : ${{ steps.current.outputs.image }}
3838
39- - uses : nick-fields/assert-action@v1
39+ - uses : nick-fields/assert-action@v2
4040 with :
4141 expected : sha-${{ github.sha }}
4242 actual : ${{ steps.current.outputs.tag }}
You can’t perform that action at this time.
0 commit comments