Skip to content

Commit

Permalink
${{ secrets.GITHUB_TOKEN }}
Browse files Browse the repository at this point in the history
  • Loading branch information
kingreatwill committed Nov 1, 2024
1 parent f7a4ce2 commit f3e3dba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ghcr.io.amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
docker system prune -a -f
docker volume prune -f
- name: Login docker
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u USERNAME --password-stdin
- name: Pull Docker Images and Package
run: |
images="${{ github.event.inputs.docker_images }}"
Expand Down

0 comments on commit f3e3dba

Please sign in to comment.