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 402f93d commit 3a38db3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ jobs:
id: release
- name: Push Worker Image (latest)
run: docker push ghcr.io/camunda-community-hub/camunda-7-to-8-migration/diagram-converter:latest
- if: (!github.event.release)
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 }}
if: github.event.release
- if: github.event.release
name: Attach artifacts to GitHub Release (Release only)
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 3a38db3

Please sign in to comment.