From 5f3d3314ed08860a23ee54b7867949745d8b7178 Mon Sep 17 00:00:00 2001 From: Tim Kainz Date: Mon, 6 Apr 2026 20:30:39 +0200 Subject: [PATCH] update workflow --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eed3ad3..aeef70b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v6 with: + context: . push: true tags: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKERHUB_PROJECT_NAME }}:latest cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKERHUB_PROJECT_NAME }}:cache