-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
[BUG] CICD deploy has been failing on develop
for the past 7 months
#5450
Labels
ci
issues related to continuous integration
docker
issues related to our container images
github_actions
Pull requests that update GitHub Actions code
high prio
Comments
duncdrum
added
high prio
docker
issues related to our container images
ci
issues related to continuous integration
github_actions
Pull requests that update GitHub Actions code
labels
Sep 25, 2024
duncdrum
added a commit
to duncdrum/exist
that referenced
this issue
Nov 2, 2024
see eXist-db#5450 close eXist-db#4151 close eXist-db#5532 close eXist-db#4153
the problem is fabric8io/docker-maven-plugin#378 . Because we are pulling a base image from google container registry, the plugin now always attempts a push to the same registry. Leading to build failures with
|
duncdrum
added a commit
to duncdrum/exist
that referenced
this issue
Nov 2, 2024
see eXist-db#5450 close eXist-db#4151 close eXist-db#5532 close eXist-db#4153
duncdrum
added a commit
to duncdrum/exist
that referenced
this issue
Nov 12, 2024
see [BUG] CICD deploy has been failing on `develop` for the past 7 months eXist-db#5450
duncdrum
added a commit
to duncdrum/exist
that referenced
this issue
Nov 12, 2024
see [BUG] CICD deploy has been failing on `develop` for the past 7 months eXist-db#5450
duncdrum
added a commit
to duncdrum/exist
that referenced
this issue
Nov 12, 2024
see [BUG] CICD deploy has been failing on `develop` for the past 7 months eXist-db#5450
duncdrum
added a commit
to duncdrum/exist
that referenced
this issue
Nov 12, 2024
see eXist-db#5450 close eXist-db#4151 close eXist-db#5532 close eXist-db#4153
duncdrum
added a commit
to duncdrum/exist
that referenced
this issue
Nov 13, 2024
see eXist-db#5450 close eXist-db#4151 close eXist-db#5532 close eXist-db#4153
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci
issues related to continuous integration
docker
issues related to our container images
github_actions
Pull requests that update GitHub Actions code
high prio
https://github.com/eXist-db/exist/actions/runs/7955959388 was the first failing run.
We are attempting to push to ghcr.io , while the push should go to docker hub
The text was updated successfully, but these errors were encountered: