This commit is contained in:
Felix Weiß
2024-01-01 18:20:56 +01:00
parent 5e247498ce
commit 0a0a1e1909
3 changed files with 23 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ${{ github.workspace }}/src
file: ${{ github.workspace }}/src/DynDNSv2/Dockerfile
file: ${{ github.workspace }}/src/DynDNSv2/MultiBuild.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}