Rebecca Valente f355527b50
All checks were successful
build-and-upload-docker / build-and-upload (push) Successful in 13m56s
devops: remove multiple platform builds from build.sh
2025-07-11 01:14:49 -03:00

15 lines
212 B
Bash
Executable File

#!/usr/bin/env bash
docker buildx build \
--progress=plain \
--tag rbvtopudding/devops:latest \
--push \
.
docker buildx build \
--progress=plain \
--tag rbvtopudding/devops:1.0.0 \
--push \
.