mirror of https://github.com/dirtbags/moth.git
CI/CD
This commit is contained in:
parent
5adf32f456
commit
4dbeaac0bf
|
@ -18,4 +18,12 @@ push:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
script:
|
script:
|
||||||
- ./ci.sh push
|
- >
|
||||||
|
docker buildx
|
||||||
|
--file build/package/Containerfile
|
||||||
|
--tag ghcr.io/dirtbags/moth:${CI_COMMIT_REF_SLUG}
|
||||||
|
build
|
||||||
|
.
|
||||||
|
- >
|
||||||
|
docker push
|
||||||
|
ghcr.io/dirtbags/moth:${CI_COMMIT_REF_SLUG}
|
||||||
|
|
Loading…
Reference in New Issue