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

Fix Docker publish permissions in release pipeline #3195

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Apr 22, 2024

The publish failed due to missing permissions. We add them here so the next release will include Docker builds.

@zanieb zanieb added the release Related to building and distributing release artifacts label Apr 22, 2024
Comment on lines +103 to +105
permissions:
packages: write
contents: read
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +247 to +248
# We allow modifications for Docker package publish permissions
allow-dirty = ["ci"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@charliermarsh charliermarsh merged commit ccf4a85 into main Apr 22, 2024
39 checks passed
@charliermarsh charliermarsh deleted the zb/fix-docker-ci branch April 22, 2024 23:05
zanieb added a commit that referenced this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Related to building and distributing release artifacts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants