Switch to alpine

This commit is contained in:
Chris Coutinho
2025-05-04 23:47:57 +02:00
parent 1351c72bc6
commit 07a6978730
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -48,5 +48,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }},latest
tags:
- ${{ steps.meta.outputs.tags }}
- ghcr.io/${{ github.repository }}:latest
labels: ${{ steps.meta.outputs.labels }}