We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
#54
peaceiris
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: