Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker image from GitHub Package Registry #11

Closed
peaceiris opened this issue Sep 2, 2019 · 2 comments
Closed

Use docker image from GitHub Package Registry #11

peaceiris opened this issue Sep 2, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request resolved

Comments

@peaceiris
Copy link
Owner

peaceiris commented Sep 2, 2019

2019-09-02: We cannot pull docker images from GitHub Package Registry.
cf. Workflow syntax for GitHub Actions - GitHub Help

I asked about this at Use docker images from GitHub Package Registry - GitHub Community Forum

.github/workflows/docker-image-ci.yml

on:
  release:
    types: [published, created]

    - name: push latest image
      env:
        DOCKER_IMAGE: docker.pkg.github.com/${{ github.repository }}/action:latest
        PKG_GITHUB_TOKEN: ${{ secrets.PKG_GITHUB_TOKEN }}
      run: |
        echo ${PKG_GITHUB_TOKEN} | docker login docker.pkg.github.com -u peaceiris --password-stdin
        docker push ${DOCKER_IMAGE} &&
        docker logout
@peaceiris peaceiris added the enhancement New feature or request label Sep 5, 2019
@peaceiris peaceiris self-assigned this Oct 7, 2019
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2019

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@peaceiris
Copy link
Owner Author

#54

Repository owner locked as resolved and limited conversation to collaborators May 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request resolved
Projects
None yet
Development

No branches or pull requests

1 participant