mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-18 00:25:25 +00:00
6 lines
181 B
Bash
6 lines
181 B
Bash
#!/bin/bash
|
|
|
|
VERSION=$1
|
|
|
|
docker buildx build --platform=linux/amd64,linux/arm64 -t gimanhead/taskview-ce-db-migration:$VERSION -t gimanhead/taskview-ce-db-migration:latest . --load
|