mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
ci runs on branches do not break docker main
This commit is contained in:
@@ -132,7 +132,7 @@ jobs:
|
||||
- run:
|
||||
name: build and push to docker hub
|
||||
#command: docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag stepanusatiuk/writer:latest .
|
||||
command: docker buildx build --push --platform linux/amd64 --tag stepanusatiuk/writer:latest .
|
||||
command: docker buildx build --push --platform linux/amd64 --tag stepanusatiuk/writer:$CIRCLE_BRANCH .
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
||||
Reference in New Issue
Block a user