Update docker-publish.yml

This commit is contained in:
Felix Weiß
2024-01-01 17:02:05 +01:00
committed by GitHub
parent 765508e05f
commit 7feff3ff49

View File

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