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

Need some help to configure variables #76

Open
beeyev opened this issue Jul 25, 2022 · 0 comments
Open

Need some help to configure variables #76

beeyev opened this issue Jul 25, 2022 · 0 comments

Comments

@beeyev
Copy link

beeyev commented Jul 25, 2022

I use github packages to store docker images.
Imagine I have this package ghcr.io/alpha/beta:latest
When I execute this command: docker pull ghcr.io/alpha/beta:latest everything is working, it means that the package itself is correctly resolved.

So, according to the data I provided, what values should I set to variables: owner, repo, package-name ?

This configuration did not work for me:

      - name: Cleanup package registry
        uses: actions/delete-package-versions@v3
        with:
          owner: 'alpha'
          repo: 'beta'
          package-name: 'beta'
          token: ${{ secrets.GH_PAT_PACKAGES }}
          min-versions-to-keep: 2
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

1 participant