Skip to content

Commit a378a46

Browse files
committed
correct typos / tag name
1 parent 1532e8e commit a378a46

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
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
31
name: Push docker images to Dockerhub
42

53
on:
@@ -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' }}

0 commit comments

Comments
 (0)