diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 1a8e5ab..3324c19 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -42,7 +42,7 @@ jobs: - name: Build and push image to GitHub Container Registry uses: docker/build-push-action@v5 with: - context: . + context: ./compose/bluesky file: ./compose/bluesky/Containerfile push: true tags: ${{ steps.meta.outputs.tags }}