fix: change Dickerfile name
R
Rüdiger Küpper
<rpr@9it.de>
committete am 18.02.2026 23:24
df11eaef4727ebf225afd42c94190f1e20012f12
| @@ -66,21 +66,21 @@ jobs: | ||
| 66 | 66 | # build_args: | |
| 67 | 67 | # # GO_BUILDER_IMAGE=ghcr.io/mogenius/go-builder:latest-amd64 |
| 68 | 68 | # # RUST_BUILDER_IMAGE=ghcr.io/mogenius/rust-builder:latest-amd64 |
| 69 | 69 | # # BPFTOOL_IMAGE=ghcr.io/mogenius/bpftool:latest-armv7 |
| 70 | 70 | # # SNOOPY_IMAGE=ghcr.io/mogenius/snoopy:latest-armv7 |
| 71 | 71 | # # RUNTIME_IMAGE=ghcr.io/mogenius/runtime:latest-armv7 |
| 72 | 72 | |
| 73 | 73 | uses: 9it-full-service/shared-workflows/.github/workflows/build-image.yml@main |
| 74 | 74 | with: |
| 75 | 75 | image_name: ghcr.io/9it-full-service/quilldrop |
| 76 | -dockerfile: ./Dockerfile |
|
| 76 | +dockerfile: ./Dockerfile-static |
|
| 77 | 77 | context: . |
| 78 | 78 | arch: ${{ matrix.arch }} |
| 79 | 79 | runner: ${{ matrix.runner }} |
| 80 | 80 | needs_qemu: ${{ matrix.needs_qemu }} |
| 81 | 81 | version: ${{ needs.prepare.outputs.version }} |
| 82 | 82 | commit_hash: ${{ needs.prepare.outputs.commit_hash }} |
| 83 | 83 | git_branch: ${{ needs.prepare.outputs.git_branch }} |
| 84 | 84 | build_timestamp: ${{ needs.prepare.outputs.build_timestamp }} |
| 85 | 85 | build_args: ${{ matrix.build_args }} |
| 86 | 86 |