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 a8eb140 commit e20053eCopy full SHA for e20053e
1 file changed
.github/workflows/base.yml
@@ -55,7 +55,7 @@ jobs:
55
max_attempts: 3
56
command: |
57
docker buildx build \
58
- --file Dockerfile \
+ --file Dockerfile.base.ubuntu-${{ matrix.release }} \
59
--platform linux/${{ matrix.platform }} \
60
--tag ${{ env.GH_RUNNER_IMAGE }} \
61
--load \
0 commit comments