Skip to content

Commit

Permalink
(fix) amqp release pipeline uses correct project name
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0r040 committed Jun 16, 2023
1 parent fbc0746 commit fc0bf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Publish docker image
run: ./gradlew -p springwolf-examples/springwolf-amqp dockerBuildImage dockerPushImage
run: ./gradlew -p springwolf-examples/springwolf-amqp-example dockerBuildImage dockerPushImage
env:
ORG_GRADLE_PROJECT_SNAPSHOT: false
ORG_GRADLE_PROJECT_DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit fc0bf45

Please sign in to comment.