Add `cd` to current directory
parent
a155d9199a
commit
bd877ba9e4
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd "${0%/*}"
|
||||||
|
|
||||||
docker login --username $1 --password $2
|
docker login --username $1 --password $2
|
||||||
docker build -t drunkendog/standard-build-actions .
|
docker build -t drunkendog/standard-build-actions .
|
||||||
docker push drunkendog/standard-build-actions
|
docker push drunkendog/standard-build-actions
|
Loading…
Reference in New Issue