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