Skip to content

Commit

Permalink
Update keycloak.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner authored Apr 17, 2022
1 parent 185367d commit b1e5af4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ jobs:
- name: available platforms
run: echo ${{ steps.buildx.outputs.platforms }}

- name: login to docker hub
run: echo "${{ secrets._TEMP_DOCKERHUB_PASSWORD }}" | docker login -u "${{ secrets._TEMP_DOCKERHUB_USER }}" --password-stdin
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets._TEMP_DOCKERHUB_USER }}
password: ${{ secrets._TEMP_DOCKERHUB_PASSWORD }}

- name: build and push images
run: |
Expand Down

0 comments on commit b1e5af4

Please sign in to comment.