Skip to content

Commit

Permalink
ci: fix merge job docker metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Feb 27, 2024
1 parent 6bc3d2e commit 6dd444c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=match,pattern=libsql-server-(.*),group=1
type=raw,value=latest
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 6dd444c

Please sign in to comment.