Skip to content

Commit

Permalink
Changed access
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Kummerländer committed Mar 22, 2024
1 parent 6e62f1e commit a6b6b2e
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 @@ -15,8 +15,8 @@ jobs:
submodules: true
- uses: azure/docker-login@v1
with:
username: ${{ secrets.DOCKER_EDU_HUB_REGISTRY_USERNAME }}
password: ${{ secrets.DOCKER_EDU_HUB_REGISTRY_PASSWORD }}
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: rlespinasse/[email protected]
- name: Build Docker image
run: docker build --tag ${{ github.repository }}:${{ env.GITHUB_REF_SLUG }} .
Expand Down

0 comments on commit a6b6b2e

Please sign in to comment.