Skip to content

Commit b09f920

Browse files
committed
typo
1 parent 8a97382 commit b09f920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
context: .
4949
push: true
50-
args: |
50+
build-args: |
5151
TARGETOS:linux
5252
TARGETARCH:amd64
5353
tags: ${{ steps.meta.outputs.tags }}
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
context: .
6060
push: true
61-
args: |
61+
build-args: |
6262
TARGETOS:linux
6363
TARGETARCH:arm64
6464
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)