Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Mar 26, 2024
1 parent c3aec24 commit f70b907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ on:
- "1.10-bookworm"

destination_image_name:
description: Destination image name
description: |
Destination image name, will be available as
ghcr.io/insightsengineering/destination_image_name
required: true
type: choice
default: "julia-vscode"
Expand All @@ -42,7 +44,7 @@ on:

tag:
description: |
Custom Image Tag/Version. Defaults to current date in the `YYYY.MM.DD`
Destination image tag. Defaults to current date in the `YYYY.MM.DD`
format if unspecified.
required: true
type: choice
Expand Down Expand Up @@ -114,7 +116,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: normalize-inputs
name: Build & Deploy 🚀 ${{ needs.normalize-inputs.outputs.destination_image_name }}:${{ needs.normalize-inputs.outputs.destination_image_tag }}
name: Build & Deploy 🚀 ${{ needs.normalize-inputs.outputs.destination_image_name }}:${{ needs.normalize-inputs.outputs.tag }}

# Token permissions
permissions:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To run the image with Julia and Visual Studio Code installed, execute:

```shell
docker run -p 8081:8081 ghcr.io/insightsengineering/julia-vscode:1.10-bookworm
docker run -d -p 8081:8081 ghcr.io/insightsengineering/julia-vscode:1.10-bookworm
```

You can access Visual Studio code in your browser at `localhost:8081`
Expand Down

0 comments on commit f70b907

Please sign in to comment.