Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Nov 28, 2022
1 parent 3a38db3 commit 0fcb0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Push Worker Image (tag)
run: docker push ghcr.io/camunda-community-hub/camunda-7-to-8-migration/diagram-converter:${{ env.maven_project_version }}
- name: Push Worker Image (tag)
run: docker push ghcr.io/camunda-community-hub/camunda-7-to-8-migration/diagram-converter:${{ env.maven_project_version }}
run: docker push ghcr.io/camunda-community-hub/camunda-7-to-8-migration/diagram-converter:${{ github.event.release.tag_name }}
if: github.event.release
- if: github.event.release
name: Attach artifacts to GitHub Release (Release only)
Expand Down

0 comments on commit 0fcb0f4

Please sign in to comment.