mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-02-14 16:59:51 +00:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# builds, tags, and pushes the images referenced in docker-compose.yaml
|
|
|
|
docker compose build
|
|
docker compose push |