Skip to content

Commit

Permalink
fix: change Docker token and user for release action (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoOS authored Oct 25, 2024
1 parent 6083960 commit 63421b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
env:
auth_token: ${{ secrets.DOCKER_HUB_TOKEN }}
run: |
echo "${auth_token}" | ko login index.docker.io --username lucasoares3 --password-stdin
echo "${auth_token}" | ko login index.docker.io --username albertosilvablipai --password-stdin
make build-image
release-java-package:
Expand Down

0 comments on commit 63421b0

Please sign in to comment.