Fix dockerhub push on release #174
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#174
Loading…
Reference in New Issue
Block a user
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?
https://github.com/vulcanize/ipld-eth-db/issues/35 but for this repo
Pubishing to the docker registry on release only works if the git commit being tagged and published was already previously published to the github registry by the
on-master
action. But, we would like to be able to publish releases without merging them into one of main branches (e.g. for hot fixes, testing, maintaining the two different db schema working versions).The way it currently works, the
on-publish
action must first pull from the github registry an image that was previously published by theon-master
action. It tags and re-publishes it to the docker registry. It should build the image itself so it doesn't depend on a previous action that may or may not have occurred.