We are using gitlab as a CI pipeline. And base it ...
# dagster-plus
g
We are using gitlab as a CI pipeline. And base it on your example of: https://github.com/dagster-io/dagster-cloud-action/blob/main/gitlab/hybrid-ci.yml#L113-L124 We are failing to pull the ci images:
Copy code
WARNING: Failed to pull image with policy "Always": image pull failed: Back-off pulling image "<http://ghcr.io/dagster-io/dagster-cloud-action:0.1.26|ghcr.io/dagster-io/dagster-cloud-action:0.1.26>"
Attempt #2: Trying "Always" pull policy for "<http://ghcr.io/dagster-io/dagster-cloud-action:0.1.26|ghcr.io/dagster-io/dagster-cloud-action:0.1.26>" image
a
we recently updated the version to 0.1.26, looking in to if there were issues with the images
p
I’ve been able to pull that image successfully. I wonder if you ran into issues while Github was having issues with packages: https://www.githubstatus.com/history
g
perhaps