Skip to content

Commit

Permalink
Updating docker secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
evozniak committed Oct 2, 2023
1 parent 8c7518e commit 05c8b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Docker registry login
uses: docker/[email protected]
with:
registry: ${{ secrets.DOCKER_REPO }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PSWD }}
registry: docker.eu1.hsdp.io
username: ${{ secrets.PICS_DOCKER_USER }}
password: ${{ secrets.PICS_DOCKER_PASSWORD }}
logout: true

- name: Publish Docker image
Expand Down

0 comments on commit 05c8b59

Please sign in to comment.