Merge pull request #373 from zitadel/fix-docker-build

Fix docker build
This commit is contained in:
Elio Bischof
2025-02-21 18:26:50 +01:00
committed by GitHub

View File

@@ -65,6 +65,7 @@ jobs:
uses: docker/build-push-action@v5
timeout-minutes: 10
with:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }}