Skip to content

Commit

Permalink
docs: using github variables instead of env
Browse files Browse the repository at this point in the history
  • Loading branch information
addnab authored Feb 15, 2021
1 parent e10bcda commit 6f0804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f0804d

Please sign in to comment.