Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigh authored Aug 21, 2024
1 parent 0a4ae37 commit 92d68b4
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 @@ -17,14 +17,14 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/Nigh/aw31n-sdk
images: ghcr.io/VolWaves/aw31n-sdk
tags: type=sha
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PUSH_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build container
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 92d68b4

Please sign in to comment.