diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 227f542..afbf070 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,6 +23,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v3 with: + context: . push: true tags: crocmagnon/blog:latest cache-from: type=registry,ref=crocmagnon/blog:latest