fix docker setup

This commit is contained in:
Jannik Streek 2024-02-15 11:46:53 +01:00
parent 12e5da8611
commit d0485d2a1a
5 changed files with 107 additions and 16 deletions

View file

@ -30,6 +30,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
target: production
load: true
tags: ${{ env.TEST_TAG }}
cache-from: type=gha
@ -97,6 +98,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
target: production
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}