Skip to content

Commit

Permalink
[MISC] Fix account name and password for publishing (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpaolo authored Apr 19, 2024
1 parent bed8bcf commit 3e801eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
sudo snap install yq
sudo snap install rockcraft --classic --edge
sudo snap install rockcraft --classic
sudo snap install --devmode --channel edge skopeo
- name: Build image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Import and push to GHCR
run: |
Expand Down

0 comments on commit 3e801eb

Please sign in to comment.