mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #489] version tag for latest version #94
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @avihaybar on GitHub (Apr 27, 2021).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/489
Hi, great docker! we found it very useful.
However, one thing we didn't find on DockerHub is a version tag for the latest version.
(we prefer to pin down a version and not use the 'latest' tag).
is it possible create such a tag (the same way we could pull v1.21.2)
@fsouza commented on GitHub (Apr 27, 2021):
🤔 GitHub Actions should be doing that automatically. Will investigate what's going on and manually push.
@fsouza commented on GitHub (Apr 27, 2021):
Ok, I see what the issue is, we're doing a naked
docker pushand that no longer pushes all tags. Will fix the script and manually push the tags.@fsouza commented on GitHub (Apr 27, 2021):
This is now fixed. All tags are pushed and going forward GitHub Actions should do it for us properly.
If anyone is interested in auditing what I did, this is the script I used for each tag:
And these are the tags I pushed:
To run the script:
@avihaybar commented on GitHub (Apr 27, 2021):
Thanks!
Really appreciate it