ci: fix yaml syntax for gitea actions compatibility
Build and Push Docker Image / build-and-push (push) Failing after 2m52s

This commit is contained in:
pie
2026-05-03 19:17:31 +01:00
parent 8b52761e8c
commit 988a0e9fe0
+4 -5
View File
@@ -34,9 +34,8 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms:
- linux/amd64
platforms: linux/amd64
push: true
tags:
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}