We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72d830 commit 68b33f0Copy full SHA for 68b33f0
1 file changed
.github/workflows/build-pocketbase.yml
@@ -37,8 +37,7 @@ jobs:
37
name: Build and Push
38
uses: docker/build-push-action@v6
39
with:
40
- file: ./Dockerfile
41
tags: ${{ steps.meta.outputs.tags }}
42
platforms: linux/amd64
43
- context: ./
+ context: .
44
push: true
0 commit comments