Description:
The v1.2.1 release tag exists on GitHub, but the corresponding Docker image devopsinfra/action-commit-push:v1.2.1 has not been published to Docker Hub. Any
Workflow using @master or @v1.2.1 fails at the Docker pull step.
Error
Error response from daemon: manifest for devopsinfra/action-commit-push:v1.2.1 not found: manifest unknown: manifest unknown
Steps to reproduce
- Use devops-infra/action-commit-push@master or @v1.2.1 in a GitHub Actions workflow
- Trigger the workflow
- Job fails immediately at the "Pull down action image" step
Expected behavior
Docker image devopsinfra/action-commit-push:v1.2.1 should be published to Docker Hub alongside the GitHub release, consistent with previous releases (e.g. v1.2.0).
Workaround
Pin to @v1.2.0 until the image is published.
Environment
- GitHub Actions runner: ubuntu-latest (2.334.0)
- Affected action ref: @master, @v1.2.1
- Working action ref: @v1.2.0
Description:
The v1.2.1 release tag exists on GitHub, but the corresponding Docker image devopsinfra/action-commit-push:v1.2.1 has not been published to Docker Hub. Any
Workflow using @master or @v1.2.1 fails at the Docker pull step.
Error
Error response from daemon: manifest for devopsinfra/action-commit-push:v1.2.1 not found: manifest unknown: manifest unknown
Steps to reproduce
Expected behavior
Docker image devopsinfra/action-commit-push:v1.2.1 should be published to Docker Hub alongside the GitHub release, consistent with previous releases (e.g. v1.2.0).
Workaround
Pin to @v1.2.0 until the image is published.
Environment