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

Make Push to GHCR OCI into a GitHub Action #630

Open
Tracked by #47
github-actions bot opened this issue Sep 2, 2024 · 0 comments
Open
Tracked by #47

Make Push to GHCR OCI into a GitHub Action #630

github-actions bot opened this issue Sep 2, 2024 · 0 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2024

# TODO: Make `Push to GHCR OCI` into a GitHub Action

        uses: actions/checkout@v4
      - name: ⚙️ Install flux
        uses: fluxcd/flux2/action@main
        # TODO: Make `Push to GHCR OCI` into a GitHub Action
      - name: 🗳️ Push to GHCR OCI
        run: |
          flux push artifact oci://ghcr.io/${{ github.repository }}/manifests-${{ env.DEPLOYMENT_ENV }}:${{ github.sha }} \
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

No branches or pull requests

0 participants