File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- # This workflow will build a Java project with Maven
2- # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
31name : Push docker images to Dockerhub
42
53on :
@@ -27,13 +25,13 @@ jobs:
2725 username : ${{ secrets.DOCKER_HUB_USERNAME }}
2826 password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2927
30- - name : Build and push latestPattern Atlas Api
28+ - name : Build and push latest Pattern Atlas Api
3129 if : ${{ steps.vars.outputs.tag == 'master' }}
3230 uses : docker/build-push-action@v2
3331 with :
3432 context : .
3533 push : true
36- tags : planqk/latex-renderer :latest
34+ tags : patternatlas/pattern-atlas-api :latest
3735
3836 - name : Build and push version of Pattern Atlas Api
3937 if : ${{ steps.vars.outputs.tag != 'master' }}
You can’t perform that action at this time.
0 commit comments