feat: add Github Action to build the image

This commit is contained in:
Levente Orban
2025-08-27 09:37:54 +02:00
parent 1091ffe959
commit 5892e88770

View File

@@ -36,6 +36,7 @@ jobs:
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
cache-from: type=gha
tags: latest
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64