Update docker-publish.yml

This commit is contained in:
Felix Weiß
2024-01-01 16:59:29 +01:00
committed by GitHub
parent 68e8a40655
commit 765508e05f

View File

@@ -33,6 +33,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ${{ github.workspace }}/src
file: ./DynDNSv2/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}