This commit is contained in:
Neale Pickett 2021-10-18 19:05:17 -06:00
parent 16a02b93ab
commit 0d7a8fc935
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ push:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
script:
- >
docker buildx build
docker build
--file build/package/Containerfile
--tag ghcr.io/dirtbags/moth:${CI_COMMIT_REF_SLUG}
.