We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c34c2 commit 595a6d0Copy full SHA for 595a6d0
build.sh
@@ -1,3 +1,5 @@
1
#!/usr/bin/env bash
2
+set -e
3
+
4
docker build -t hjerpbakk/dotnet-script:1.3.1 .
5
docker build -t hjerpbakk/dotnet-script:latest .
publish.sh
docker push hjerpbakk/dotnet-script:1.3.1
docker push hjerpbakk/dotnet-script:latest
test.sh
@@ -1,4 +1,6 @@
docker build -t hjerpbakk/dotnet-script-local:1.3.1 .
6
ARGUMENT="42"
0 commit comments