Skip to content

Commit

Permalink
Change docker build (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
p53 authored Feb 3, 2024
1 parent c11398d commit 5e46902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
username: ${{ env.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASS }}

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

0 comments on commit 5e46902

Please sign in to comment.