mirror of https://github.com/dirtbags/moth.git
CI/CD
This commit is contained in:
parent
16a02b93ab
commit
0d7a8fc935
|
@ -20,7 +20,7 @@ push:
|
||||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
docker buildx build
|
docker build
|
||||||
--file build/package/Containerfile
|
--file build/package/Containerfile
|
||||||
--tag ghcr.io/dirtbags/moth:${CI_COMMIT_REF_SLUG}
|
--tag ghcr.io/dirtbags/moth:${CI_COMMIT_REF_SLUG}
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in New Issue