Update publish.yml to have ARCH build argument

This commit is contained in:
M. Mert Yildiran 2022-01-17 23:28:34 +03:00
parent e8d7cd0751
commit 52f1eae341
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A

View File

@ -70,6 +70,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
ARCH=amd64
SEM_VER=${{ steps.versioning.outputs.version }}
BUILD_TIMESTAMP=${{ steps.version_parameters.outputs.build_timestamp }}
GIT_BRANCH=${{ steps.version_parameters.outputs.branch }}