werf / actions

Set of actions for implementing CI/CD with werf and GitHub Actions

Home Page:https://werf.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for ghcr.io

rubengees opened this issue · comments

This action currently works with the docker.pkg.github.com registry. This is problematic because it is deprecated and in fact does not work with k8s versions starting from 1.20!

Can this action be changed to work with ghcr.io? The README says the following:

Due to the fact that the new GitHub container registry (ghcr.io) does not currently support removal, all actions default to the old one (docker.pkg.github.com).

From my research it seems though that there is now support for deleting images.

Thanks for your feedback.
We are currently bringing v1.2 to be stable, and one of our immediate goals is to move to ghcr.io.

Great, thanks for the quick answer!

Since v1.2.13+fix1 (v1.2 alpha/beta) actions use ghcr.io by default.
Read more here.