This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 22set -eu
33
44# Build
5- docker build -t mwizner/sonarqube-scala-plugins:$VERSION lts
6- docker build -t mwizner/sonarqube-scala-plugins:$VERSION -full lts/full
5+ docker build \
6+ -t mwizner/sonarqube-scala-plugins:$VERSION \
7+ -t mwizner/sonarqube-scala-plugins:latest-lts \
8+ lts
9+ docker build \
10+ -t mwizner/sonarqube-scala-plugins:$VERSION -full \
11+ -t mwizner/sonarqube-scala-plugins:latest-lts-full \
12+ lts/full
713
814# Push
915docker push mwizner/sonarqube-scala-plugins:$VERSION
16+ docker push mwizner/sonarqube-scala-plugins:latest-lts
1017docker push mwizner/sonarqube-scala-plugins:$VERSION -full
18+ docker push mwizner/sonarqube-scala-plugins:latest-lts-full
Original file line number Diff line number Diff line change 22set -eu
33
44# Build
5- docker build -t mwizner/sonarqube-scala-plugins:$VERSION -t mwizner/sonarqube-scala-plugins:latest current
6- docker build -t mwizner/sonarqube-scala-plugins:$VERSION -full current/full
5+ docker build \
6+ -t mwizner/sonarqube-scala-plugins:$VERSION \
7+ -t mwizner/sonarqube-scala-plugins:latest \
8+ current
9+ docker build \
10+ -t mwizner/sonarqube-scala-plugins:$VERSION -full \
11+ -t mwizner/sonarqube-scala-plugins:latest-full \
12+ current/full
713
814# Push
915docker push mwizner/sonarqube-scala-plugins:$VERSION
10- docker push mwizner/sonarqube-scala-plugins:$VERSION -full
1116docker push mwizner/sonarqube-scala-plugins:latest
17+ docker push mwizner/sonarqube-scala-plugins:$VERSION -full
18+ docker push mwizner/sonarqube-scala-plugins:latest-full
You can’t perform that action at this time.
0 commit comments