mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-05-06 00:36:42 +00:00
9 lines
153 B
Bash
Executable File
9 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker login -u "$DOCKER_USER" -p "$DOCKER_PASSWORD" \
|
|
&& make tag \
|
|
&& make push \
|
|
&& make vendor-tag \
|
|
&& make vendor-push
|
|
|