Skip to content

Commit

Permalink
Publish to Docker Hub as geldata/gel (#8331)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans authored Feb 11, 2025
1 parent fba4865 commit 4bcd38c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows.src/build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
- name: Publish Docker Image (docker.io)
uses: elgohr/Publish-Docker-Github-Action@43dc228e327224b2eda11c8883232afd5b34943b # v5
with:
name: edgedb/edgedb
name: geldata/gel
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
<%- if subdist == "nightly" %>
Expand All @@ -451,7 +451,7 @@
tags: "${{ steps.tags.outputs.tags }}"
<%- endif %>
workdir: dockerfile
buildargs: version=${{ << pub_outputs >>.version-slot }},exact_version=${{ << pub_outputs >>.version-core }}<% if subdist != "" %>,subdist=<< subdist >><% endif %>
buildargs: branding=gel,version=${{ << pub_outputs >>.version-slot }},exact_version=${{ << pub_outputs >>.version-core }}<% if subdist != "" %>,subdist=<< subdist >><% endif %>
platforms: << docker_tgts|map(attribute="docker_arch")|join(",") >>

- name: Publish Docker Image (ghcr.io)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/testing.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bcd38c

Please sign in to comment.