File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 github-assets-uploader -f authorizer-${VERSION}-windows-amd64.zip -mediatype application/zip -repo authorizerdev/authorizer -token ${{secrets.RELEASE_TOKEN}} -tag ${VERSION} && \
5353 github-assets-uploader -f authorizer-${VERSION}-linux-amd64.tar.gz -mediatype application/gzip -repo authorizerdev/authorizer -token ${{secrets.RELEASE_TOKEN}} -tag ${VERSION}
5454 - name : Log in to Docker Hub
55- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
55+ uses : docker/login-action@v1
5656 with :
5757 username : ${{ secrets.DOCKER_USERNAME }}
5858 password : ${{ secrets.DOCKER_PASSWORD }}
@@ -64,11 +64,11 @@ jobs:
6464 images : lakhansamani/authorizer
6565
6666 - name : Build and push Docker image
67- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
67+ uses : docker/build-push-action@v2
6868 with :
6969 context : .
7070 push : true
7171 tags : ${{ steps.meta.outputs.tags }}
7272 labels : ${{ steps.meta.outputs.labels }}
73- build-args : |
74- VERSION=${VERSION}
73+ build-args :
74+ - VERSION=${VERSION}
You can’t perform that action at this time.
0 commit comments