We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505cdfb commit 2c0e174Copy full SHA for 2c0e174
.github/workflows/image-build-source.yml
@@ -21,13 +21,6 @@ jobs:
21
image:
22
name: Build Image
23
runs-on: ubuntu-latest
24
- strategy:
25
- fail-fast: false
26
- ## Build a maximum of 2 images concurrently based on matrix.dist
27
- max-parallel: 2
28
- matrix:
29
- dist:
30
- - debian
31
steps:
32
## Setup Docker for the builds
33
- name: Docker setup
@@ -63,7 +56,7 @@ jobs:
63
56
id: docker_build
64
57
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
65
58
with:
66
- file: ./.github/actions/dockerfiles/Dockerfile.${{matrix.dist}}-source
59
+ file: ./Dockerfile
67
60
platforms: ${{ env.docker_platforms }}
68
61
tags: ${{ steps.docker_metadata.outputs.tags }}
69
62
labels: ${{ steps.docker_metadata.outputs.labels }}
0 commit comments