Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 26, 2024
1 parent 93cc39c commit 09eedeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
registry_host: ${{ env.REGISTRY }}
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
registry_password: ${{ secrets.DOCKERHUB_PASSWORD }}
registry_password: ${{ secrets.DOCKERHUB_TOKEN }}
force_push: true
image_name: camunda/keycloak-aws
#build_args: # TODO: integrate commit infos etc
Expand Down

0 comments on commit 09eedeb

Please sign in to comment.