Skip to content

Commit

Permalink
chore: test dockerhub build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 18, 2024
1 parent 53d0dc2 commit c83f293
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ CARGO_SERVER_SSL_KEY_BASE64=$(echo "$CARGO_SERVER_SSL_KEY" | base64 -w 0)
# Alpine
# docker buildx build --push --build-arg TAGORELAY_VERSION=${FULL_VERSION} \
# --platform linux/arm64/v8,linux/amd64 \
# --tag tagoio/tagorelay:alpine \
# --tag tagoio/tagorelay:${MAJOR}.${MINOR}-alpine \
# --tag tagoio/tagorelay:${MAJOR}.${MINOR}.${PATCH}-alpine .
# --tag tagoio/relay:alpine \
# --tag tagoio/relay:${MAJOR}.${MINOR}-alpine \
# --tag tagoio/relay:${MAJOR}.${MINOR}.${PATCH}-alpine .

# Debian
docker buildx build --push --build-arg TAGORELAY_VERSION=${FULL_VERSION} \
--build-arg CARGO_SERVER_SSL_CA=${CARGO_SERVER_SSL_CA_BASE64} \
--build-arg CARGO_SERVER_SSL_CERT=${CARGO_SERVER_SSL_CERT_BASE64} \
--build-arg CARGO_SERVER_SSL_KEY=${CARGO_SERVER_SSL_KEY_BASE64} \
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
--tag tagoio/tagorelay \
--tag tagoio/tagorelay:debian \
--tag tagoio/tagorelay:bullseye \
--tag tagoio/tagorelay:${MAJOR}.${MINOR}-bullseye \
--tag tagoio/tagorelay:${MAJOR}.${MINOR}.${PATCH}-bullseye \
--tag tagoio/tagorelay:${MAJOR}.${MINOR} \
--tag tagoio/tagorelay:${MAJOR}.${MINOR}.${PATCH} \
--tag tagoio/relay \
--tag tagoio/relay:debian \
--tag tagoio/relay:bullseye \
--tag tagoio/relay:${MAJOR}.${MINOR}-bullseye \
--tag tagoio/relay:${MAJOR}.${MINOR}.${PATCH}-bullseye \
--tag tagoio/relay:${MAJOR}.${MINOR} \
--tag tagoio/relay:${MAJOR}.${MINOR}.${PATCH} \
.

0 comments on commit c83f293

Please sign in to comment.