Skip to content

Commit 4ba54ef

Browse files
committed
fix: docker file context
1 parent 9df4242 commit 4ba54ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publishondockerhub.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Build and push
3232
uses: docker/build-push-action@v3
3333
with:
34-
context: "scripts"
34+
context: .
35+
file: scripts/Dockerfile
3536
push: ${{ github.event_name != 'pull_request' }}
3637
tags: ${{ steps.meta.outputs.tags }}
3738
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)