We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53a868 commit ab116efCopy full SHA for ab116ef
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
packages: write
57
environment:
58
name: docker-release
59
- url: https://ghcr.io/datalab-org/datalab
+ url: https://github.com/orgs/datalab-org/packages
60
61
steps:
62
@@ -65,6 +65,7 @@ jobs:
65
with:
66
submodules: true
67
fetch-depth: 0
68
+ fetch-tags: true
69
ref: ${{ env.PUBLISH_UPDATE_BRANCH }}
70
71
- name: Set up Docker Buildx
@@ -79,6 +80,5 @@ jobs:
79
80
source: .
81
targets: 'app,api'
82
set: |
- api.args.SETUPTOOLS_SCM_PRETEND_VERSION={{ github.event.release.tag_name }}
83
app.tags=ghcr.io/datalab-org/datalab-app:latest
84
- api.tags=ghcr.io/datalab-org/datalab-api:latest
+ api.tags=ghcr.io/datalab-org/datalab-server-api:latest
0 commit comments