All checks were successful
build-and-upload-docker / build-and-upload (push) Successful in 13m56s
15 lines
212 B
Bash
Executable File
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 \
|
|
.
|