Fix build

This commit is contained in:
Felix Weiß
2024-01-01 17:36:00 +01:00
parent 4f9d607509
commit 2d01fddf68

View File

@@ -34,7 +34,7 @@ jobs:
with: with:
context: ${{ github.workspace }}/src context: ${{ github.workspace }}/src
file: ${{ github.workspace }}/src/DynDNSv2/Dockerfile file: ${{ github.workspace }}/src/DynDNSv2/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}