correct build target

This commit is contained in:
Adam Shamblin 2022-09-25 18:20:49 -06:00
parent e9c6e44bef
commit 725a60596c
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E

View File

@ -9,6 +9,6 @@ before_script:
- /usr/local/bin/earthly bootstrap
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
earthly:
stage: package-linux
stage: build
script:
- earthly --ci --push -P +build
- earthly --ci --push -P +package-linux