Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag the latest docker images as latest on GH #560

Open
pixlwave opened this issue Jan 11, 2023 · 0 comments
Open

Tag the latest docker images as latest on GH #560

pixlwave opened this issue Jan 11, 2023 · 0 comments

Comments

@pixlwave
Copy link

Hey, first off thanks for Danger Swift - it's made such a difference to our workflow 馃檶

I just tried configuring our GitHub workflow to use the latest tag like so:

uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:latest

But the result was the following error:

Pull down action image 'ghcr.io/danger/danger-swift-with-swiftlint:latest'
  /usr/bin/docker pull ghcr.io/danger/danger-swift-with-swiftlint:latest
  Error response from daemon: manifest unknown
  Warning: Docker pull failed with exit code 1, back off 4.691 seconds before retry.
  /usr/bin/docker pull ghcr.io/danger/danger-swift-with-swiftlint:latest
  Error response from daemon: manifest unknown
  Warning: Docker pull failed with exit code 1, back off 4.539 seconds before retry.
  /usr/bin/docker pull ghcr.io/danger/danger-swift-with-swiftlint:latest
  Error response from daemon: manifest unknown
Error: Docker pull failed with exit code 1

I'm not sure if it's possible to tag the most recent docker images with latest as well as the version - the docs aren't particularly clear on this. But if it is possible, would it be something you would consider doing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant