Skip to content

Commit 58a19ee

Browse files
committed
fix(smol-builder): remove invalid file parameter from Docker build
Fixes YAML syntax error on line 420. The file parameter is not needed when using dockerfile_inline in docker/build-push-action.
1 parent cd6163f commit 58a19ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build-smol.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ jobs:
417417
tags: smol-alpine-builder:${{ matrix.arch }}
418418
cache-from: type=gha,scope=alpine-builder-${{ matrix.arch }}
419419
cache-to: type=gha,mode=max,scope=alpine-builder-${{ matrix.arch }}
420-
file: -
421420
build-args: |
422421
ALPINE_VERSION=3.19
423422
PNPM_VERSION=10.20.0

0 commit comments

Comments
 (0)