Created
October 22, 2023 18:08
-
-
Save GamePlayer-8/16291493948a1739b4b285d887e5e1e9 to your computer and use it in GitHub Desktop.
Gitio container example usage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
container: | |
image: codeberg.org/gameplayer-8/gitio | |
commands: | |
- export CONTAINERTAGGING="$(basename "$CICOMMIT_REF")" | |
- gitio container OUTPUTIMAGENAME:$CIREPONAME:"$CONTAINER_TAGGING" | |
secrets: | |
- OCI_TOKEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment