Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piniom authored Mar 28, 2024
1 parent 2d834bd commit 2271b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.actor }}/nspyc-pandoc
IMAGE_NAME: piniom/nspyc-pandoc

jobs:
build:
Expand All @@ -26,7 +26,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
username: piniom
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract Docker metadata
Expand Down

0 comments on commit 2271b8e

Please sign in to comment.