Skip to content

Commit

Permalink
build: update devcontainer with release (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb authored Sep 3, 2024
1 parent 033a05e commit ecaee29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/base-notebook:python-3.11
FROM jupyter/base-notebook:python-3.12
LABEL org.opencontainers.image.source="https://github.com/sbi-dev/sbi"
LABEL org.opencontainers.image.description="Image for a Docker Devcontainer for the sbi toolbox."
LABEL org.opencontainers.image.licenses="Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_codespace_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Docker Image for sbi toolkit

on:
release:
types: [published]
types: [ published ]
workflow_dispatch:

jobs:
build_devcontainer_base:
Expand Down

0 comments on commit ecaee29

Please sign in to comment.