Skip to content

Commit

Permalink
[DRH-100] Un-reverting.
Browse files Browse the repository at this point in the history
  • Loading branch information
reutenauer committed Jul 5, 2023
1 parent 10bfe92 commit 8a2a868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
with:
registry: ghcr.io
# will run as the user who triggered the action, using its token
username: reutenauer
password: ${{ secrets.SEEK_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker Meta
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 8a2a868

Please sign in to comment.