Update docker-publish.yml

This commit is contained in:
Felix Weiß
2024-01-01 16:38:29 +01:00
committed by GitHub
parent a3bcc7f1c1
commit be7534a61f

View File

@@ -27,13 +27,12 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: |
my-docker-hub-namespace/my-docker-hub-repository
ghcr.io/${{ github.repository }}
- name: Build and push Docker images
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: ${{ github.workspace }}/src
context: ${{ github.workspace }}/src/DynDNSv2
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}