Update docker-publish.yml

This commit is contained in:
Felix Weiß
2024-01-01 16:35:20 +01:00
committed by GitHub
parent fb5cac1a73
commit a3bcc7f1c1

View File

@@ -33,7 +33,7 @@ jobs:
- name: Build and push Docker images - name: Build and push Docker images
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with: with:
context: ./src context: ${{ github.workspace }}/src
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}