Skip to content

Commit ded0fa1

Browse files
authored
Update dockerBuildAndPush.yml
1 parent 968d877 commit ded0fa1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/dockerBuildAndPush.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ jobs:
4747
build-args: |
4848
EXECUTION_ENV=ci
4949
GITHUB_TOKEN=${{ secrets.PUBLISH_PACKAGES }}
50-
GITHUB_USER=${{ github.actor }}
50+
GITHUB_USER=${{ github.actor }}
51+
build-args-from-platform: |
52+
linux/amd64=PROM_ARCH=amd64
53+
linux/arm64=PROM_ARCH=arm64

0 commit comments

Comments
 (0)