Skip to content

Commit

Permalink
Use github env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushaPB authored Apr 9, 2024
1 parent a5edb35 commit dc3dcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "R Environment",
// CHANGE from ghcr.io/anushapb/codespacer:latest to `ghcr.io/yourusername/yourimagename:latest`
"image": "ghcr.io/anushapb/codespacer:latest",
"image": "ghcr.io/${GITHUB_REPOSITORY}:latest",
"runArgs": [ "--security-opt", "seccomp=unconfined" ],
"waitFor": "onCreateCommand",
"features": {
Expand Down

0 comments on commit dc3dcf7

Please sign in to comment.