Skip to content

Commit

Permalink
fix(#554): revert change to docker creds after fixing Hub perms (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester authored Apr 27, 2023
1 parent daf210e commit f0ea5ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags: ['v*']

env:
DOCKER_HUB_USER: dockermedic
DOCKER_NAMESPACE: medicmobile
DOCKER_REPOSITORY: cht-app-ide

Expand All @@ -19,8 +20,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ env.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASS }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit f0ea5ea

Please sign in to comment.