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

chore(ci): add docker image ci workflows for fhevm smart contracts #94

Merged
merged 21 commits into from
Nov 5, 2024

Conversation

0xawaz
Copy link
Collaborator

@0xawaz 0xawaz commented Oct 31, 2024

Prerequisites to Publish a New Container Package

  1. Create a Token

    • Generate a GitHub Personal Access Token (PAT) with write permissions on packages.
  2. Initialize the Package with a Manual Push

    • Authenticate Docker with the token and push the image to initiate the package:
      echo '<your PAT>' | docker login ghcr.io -u <your GitHub username> --password-stdin
      docker push <your-image>
  3. Request Repository Permissions

    • In the #working-tools channel, request the following:
      • Link the package to the repository.
      • Grant repository access for workflows to modify the package.

@0xawaz 0xawaz marked this pull request as ready for review November 4, 2024 16:02
@0xawaz 0xawaz requested a review from leventdem November 5, 2024 09:54
Copy link
Contributor

@leventdem leventdem left a comment

Choose a reason for hiding this comment

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

+1

@0xawaz 0xawaz merged commit 9073bb5 into main Nov 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants