Skip to content

Commit 70e929e

Browse files
committed
use correct dockerfile
1 parent afe47d3 commit 70e929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build and push
4040
uses: docker/build-push-action@v6
4141
with:
42-
context: ./apache2
42+
context: "./python3"
4343
platforms: "linux/amd64,linux/arm64"
4444
# only push the latest tag on the main branch
4545
push: "${{ github.ref == 'refs/heads/main' }}"

0 commit comments

Comments
 (0)