Skip to content

Commit

Permalink
Fix docker credential passing
Browse files Browse the repository at this point in the history
  • Loading branch information
ymengesha committed Jul 30, 2024
1 parent 9b1a81f commit 6e0717e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
env:
githubToken: ${{ secrets.GITHUB_TOKEN }}
GRGIT_USER: ${{ secrets.JENKINS_GITHUB_TOKEN }}
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_TOKEN }}
ORG_GRADLE_PROJECT_dockerHubUsername: ${{ secrets.DOCKER_USERNAME }}
ORG_GRADLE_PROJECT_dockerHubPassword: ${{ secrets.DOCKER_TOKEN }}
run: ./gradlew githubRelease gitPublishPush pushOciImage --registry dockerHub --tag . --tag latest # . is a placeholder for the default tag

0 comments on commit 6e0717e

Please sign in to comment.