Skip to content

Commit 8e41d3e

Browse files
committed
Fix build args
1 parent 4223ffe commit 8e41d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_base_alpine.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
file: ./Dockerfile.alpine
5353
build-args: |
5454
BUILD_IMAGE=${{ matrix.os }}:${{ matrix.os_version }}
55-
BUILD_DATE=${{ matrix.CURRENT_DATE }}
56-
BUILD_COMMIT=${{ matrix.CURRENT_COMMIT }}
55+
BUILD_DATE=${{ env.CURRENT_DATE }}
56+
BUILD_COMMIT=${{ env.CURRENT_COMMIT }}
5757
FFMPEG_VERSION=${{ matrix.ffmpeg_version }}
5858
platforms: ${{ matrix.platforms }}
5959
push: true

0 commit comments

Comments
 (0)