You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run the github actions successfully we are using a base image hosted at quay.io/tagger/actions-image:latest (let's call it "base image" from now on). This base image contains all dependencies needed to run the configured github actions without issues. We need to migrate this image to ghcr.io or build a new one.
Unfortunately the recipe to build the base image is not available so we gonna need to figure out how to build a fresh image or just copy as is from the quay.io repository.
The text was updated successfully, but these errors were encountered:
In order to run the github actions successfully we are using a base image hosted at quay.io/tagger/actions-image:latest (let's call it "base image" from now on). This base image contains all dependencies needed to run the configured github actions without issues. We need to migrate this image to ghcr.io or build a new one.
Unfortunately the recipe to build the base image is not available so we gonna need to figure out how to build a fresh image or just copy as is from the quay.io repository.
The text was updated successfully, but these errors were encountered: