Skip to content

Commit

Permalink
secrets.PACKAGES_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
kingreatwill committed Nov 1, 2024
1 parent 4f18f91 commit bf7e935
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ghcr.io.amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:
docker system prune -a -f
docker volume prune -f
- name: Login docker
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u kingreatwill --password-stdin
- name: Pull Docker Images and Package
run: |
echo ${{secrets.PACKAGES_TOKEN}} | docker login ghcr.io -u USERNAME --password-stdin
images="${{ github.event.inputs.docker_images }}"
IFS=',' read -r -a image_array <<< "$images"
for image in "${image_array[@]}"; do
Expand Down

0 comments on commit bf7e935

Please sign in to comment.