Skip to content

Commit 1d3ab6e

Browse files
Merge branch 'main' into bc/dialogs-modal
2 parents 7ed53e3 + 158022a commit 1d3ab6e

File tree

20 files changed

+9092
-155
lines changed

20 files changed

+9092
-155
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
packages: write
5757
environment:
5858
name: docker-release
59-
url: https://ghcr.io/datalab-org/datalab
59+
url: https://github.com/orgs/datalab-org/packages
6060

6161
steps:
6262

@@ -65,6 +65,7 @@ jobs:
6565
with:
6666
submodules: true
6767
fetch-depth: 0
68+
fetch-tags: true
6869
ref: ${{ env.PUBLISH_UPDATE_BRANCH }}
6970

7071
- name: Set up Docker Buildx
@@ -79,6 +80,5 @@ jobs:
7980
source: .
8081
targets: 'app,api'
8182
set: |
82-
api.args.SETUPTOOLS_SCM_PRETEND_VERSION={{ github.event.release.tag_name }}
8383
app.tags=ghcr.io/datalab-org/datalab-app:latest
84-
api.tags=ghcr.io/datalab-org/datalab-api:latest
84+
api.tags=ghcr.io/datalab-org/datalab-server-api:latest

pydatalab/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

0 commit comments

Comments
 (0)