We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f79e0 commit 860993aCopy full SHA for 860993a
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build and push Docker image
29
uses: docker/build-push-action@v5
30
with:
31
- context: .
+ context: ./container
32
push: true
33
tags: ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
34
labels: latest
0 commit comments