mirror of https://github.com/dirtbags/moth.git
CI/CD
This commit is contained in:
parent
ec9b2e2772
commit
16a02b93ab
|
@ -20,10 +20,9 @@ push:
|
||||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
docker buildx
|
docker buildx 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}
|
||||||
build
|
|
||||||
.
|
.
|
||||||
- >
|
- >
|
||||||
docker push
|
docker push
|
||||||
|
|
Loading…
Reference in New Issue