Skip to content

Commit

Permalink
Deployed latest Docker image tag on release (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GREFFIER authored Mar 7, 2023
1 parent 641a38d commit 9833638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
report_paths: '**/build/test-results/test/TEST-*.xml'

- name: Docker
run: ./gradlew dockerBuild dockerPush -Prelease
run: ./gradlew dockerBuild dockerPush

- name: Upload
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_push_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
report_paths: '**/build/test-results/test/TEST-*.xml'

- name: Docker
run: ./gradlew dockerBuild dockerPush
run: ./gradlew dockerBuild dockerPush -Prelease

- name: Generate release changelog
uses: mikepenz/[email protected]
Expand All @@ -63,4 +63,4 @@ jobs:
artifacts: ${{ github.workspace }}/build/libs/ns4kafka-${{ steps.build_jar.outputs.current_version }}.jar
draft: true
prerelease: true
allowUpdates: true
allowUpdates: true

0 comments on commit 9833638

Please sign in to comment.