Skip to content

Commit

Permalink
Merge pull request #604 from tursodatabase/lucio/fix-main-tags
Browse files Browse the repository at this point in the history
fix main tagged images
  • Loading branch information
LucioFranco authored Nov 9, 2023
2 parents 3790007 + d5ee854 commit 5a828be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=match,pattern=libsql-server-(.*),group=1
type=sha
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit 5a828be

Please sign in to comment.