Rebecca Valente e8b3a96c04
Some checks failed
build-and-upload-docker / build-and-upload (push) Failing after 16m31s
devops: add gitea workflow for building and uploading docker images, update dockerfile and build script for compatibility.
2025-07-11 00:19:37 -03:00

17 lines
296 B
Bash
Executable File

#!/usr/bin/env bash
docker buildx build \
--progress=plain \
--tag rbvtopudding/devops:latest \
--push \
--platform linux/arm64/v8,linux/amd64 \
.
docker buildx build \
--progress=plain \
--tag rbvtopudding/devops:1.0.0 \
--push \
--platform linux/arm64/v8,linux/amd64 \
.