docs: using github variables instead of env

This commit is contained in:
Abdud Dayan Adeeb 2021-02-15 09:26:29 -05:00 committed by GitHub
parent e10bcda95f
commit 6f0804dd49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
password: ${{ secrets.DOCKER_PASSWORD }}
registry: gcr.io
image: private-image:latest
options: -v $GITHUB_WORKSPACE:/work -e ABC=123
options: -v ${{ github.workspace }}:/work -e ABC=123
run: |
echo "Running Script"
/work/run-script