fix context path
Some checks failed
ci / docker (push) Failing after 33s

This commit is contained in:
2024-03-07 06:04:50 +00:00
parent 75152dc33b
commit 6c9e6f792e

View File

@@ -46,7 +46,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: ./Docker/
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}