Skip to content

Commit

Permalink
Merge pull request #591 from tursodatabase/LucioFranco-patch-1
Browse files Browse the repository at this point in the history
Rename docker image to sqld
  • Loading branch information
LucioFranco committed Nov 8, 2023
2 parents 3ce6730 + c744fac commit e553616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-server
IMAGE_NAME: libsql-server

jobs:
# docker image build and upload to ghcr
Expand Down Expand Up @@ -39,6 +39,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=match,pattern=libsql-server-(.*),group=1
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit e553616

Please sign in to comment.