figure out how to build a container, and push it to the forgejo registry #53
Labels
No labels
bug
docs
duplicate
enhancement
good first issue
help wanted
question
type: js
type: ruby
unsure
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dan/siteinspector#53
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?
To upload to the generic registry, I can use something along these lines in a workflow:
Note that it's unclear what happens if:
/in its name (could I decide to disallow those tags?)Note that for t his to work, you need to:
PASSsecret to the repository that gives the repository user access to forgejo's package registry.git tag -a 1.0.1 -m "New patch".