Skip to content

Commit

Permalink
Use private access token for ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
usommerl committed Jan 17, 2022
1 parent 4d5a90c commit 6fb8f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_WRITE_PACKAGES }}
- name: Create and publish a docker image with a UPX compressed executable
run: export UPX_COMPRESSION='--best'; sbt ';docker;dockerPush'
- name: Create and publish a docker image without compression
Expand Down

0 comments on commit 6fb8f2a

Please sign in to comment.