We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8907da commit 91c34f0Copy full SHA for 91c34f0
1 file changed
test/integration/runTests.sh
@@ -16,8 +16,10 @@ set -x
16
# Start a local registry, to which we push the images built in this test, and from which they will be consumed in the test
17
docker run -d -p 5000:5000 --restart always --name registry registry:2 || true
18
19
-docker build -t localhost:5000/ppiper/neo-cli .
20
-docker tag localhost:5000/ppiper/neo-cli ppiper/neo-cli:latest
+docker build \
+ -t localhost:5000/ppiper/neo-cli \
21
+ -t ppiper/neo-cli:latest \
22
+ "$(pwd)/../.."
23
docker push localhost:5000/ppiper/neo-cli:latest
24
25
git clone https://github.com/piper-validation/cloud-s4-sdk-book -b validate-neo-cli test-project
0 commit comments