-
Notifications
You must be signed in to change notification settings - Fork 558
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
Creates 3 Google Container Registry images instead of the one #767
Comments
I'll try this out as, indeed, we didn't set that flag. Thanks @tonistiigi ! Kind of an interesting lapse of timing and communication from Cloud run if you ask me however.. lol |
Fixed indeed |
This issue also can cause the following error in gcp cloud run |
Troubleshooting
Before submitting a bug report please read the Troubleshooting doc.
Behaviour
On pretty out of the box setup, the action creates 3 GCR images, and applies a Created timestamp dating back to 1969.
Steps to reproduce this issue
The result on GCR was this:
Now the result is this:
Expected behaviour
The action deploys 1 image and tags that one as latest
Actual behaviour
The action deploys 3 images, instead of 1, the first one being uploaded being the right one
Configuration
This file has had no commits this week and was working up until 24h ago
Logs
Logs don't indicate anything job side - however, when i pull one of those images of 0 or ~1.4KB in size i get this error from docker:
unsupported media type application/vnd.in-toto+json
The text was updated successfully, but these errors were encountered: