This commit is contained in:
Neale Pickett 2021-10-18 19:03:12 -06:00
parent ec9b2e2772
commit 16a02b93ab
1 changed files with 1 additions and 2 deletions

View File

@ -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