Skip to content

Commit 321ee63

Browse files
committed
Fix workflow for Python image
1 parent 773ccaa commit 321ee63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
- name: Build and push image
4848
uses: docker/build-push-action@v3
4949
with:
50-
context: ./Python.Dockerfile
50+
context: .
51+
file: ./Python.Dockerfile
5152
platforms: linux/amd64,linux/arm64
5253
push: true
5354
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)