Skip to content

Commit ab116ef

Browse files
authored
Fix docker release workflow (#1210)
* Fix docker release workflow * Update .github/workflows/release.yml * Fix environment URL * Fix environment URL again
1 parent b53a868 commit ab116ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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

0 commit comments

Comments
 (0)