Skip to content

@v1 cannot be resolved because no v1 tag/branch exists #39

@geldmacher

Description

@geldmacher

What happened
Using mittwald/deploy-container-action@v1 fails with:

Unable to resolve action `mittwald/deploy-container-action@v1`, unable to find version `v1`

Steps to reproduce

  1. In a GitHub Actions workflow, add:

    - uses: mittwald/deploy-container-action@v1
  2. Run the workflow.

Expected
@v1 resolves to the latest v1.x release.

Actual
Resolution fails because the repository has patch tags like v1.0.x but no movable v1 tag or branch.

Workarounds

Proposed fix
Create and maintain a moving major tag v1 that points to the latest v1.x release. This matches common Actions versioning practice and lets users safely depend on the major line.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions