We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8388004 commit 7789bc7Copy full SHA for 7789bc7
1 file changed
.github/workflows/build-core.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: docker/build-push-action@v5
57
with:
58
context: ${{ fromJSON(inputs.distro_data).context }}
59
- file: ${{ fromJSON(inputs.distro_data).systemd-python-distro.path }}/python.Dockerfile
+ file: ${{ fromJSON(inputs.distro_data).path }}/python.Dockerfile
60
platforms: ${{ fromJSON(inputs.distro_data).platforms }}
61
push: true
62
# Forces a pull of the base image to ensure it exists locally
0 commit comments