Add .gitea/workflows/build.yaml #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "thetman/BrickTracker:master"
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?
Gitea Action to build and push the image:
2 secrets need to be added to the repo:
PACKAGE_URL
: should be set to gitea instance url (gitea.baerentsen.space
)PACKAGE_TOKEN
: should be an application token with permissionsread:repository
andwrite:packages
The image tag will be latest, or we can talk about adding SemVer to the project.
Also, I did not see any runners so I don't know the tags to use.
Checkout
From your project repository, check out a new branch and test the changes.