Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Separation of build and test workflows #56

Open
farshidtz opened this issue Feb 2, 2021 · 0 comments
Open

Separation of build and test workflows #56

farshidtz opened this issue Feb 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@farshidtz
Copy link
Member

The test workflow with docker compose is meant for tests but the CI depends on it for the image builds

The build that is part of tests:

build: # Build with versions. The CI relies on this
context: .
args:
version: ${VERSION}
buildnum: ${BUILDNUM}
image: linksmart/sc

CI pushes assuming it was already built:

script: docker push linksmart/sc:latest

@farshidtz farshidtz added the enhancement New feature or request label Feb 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant