Skip to content

Commit 4bd0756

Browse files
authored
fix multiarch container build (#740)
* fix build and push action --------- Co-authored-by: Jörg Zimmermann <[email protected]>
1 parent 3e9cfd5 commit 4bd0756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/container-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ jobs:
8686
build-args: |
8787
LOGPREP_VERSION=${{ inputs.build-version }}
8888
PYTHON_VERSION=${{ matrix.python-version }}
89-
tags: ${{ steps.image-tag.outputs.tags }}
90-
platforms: "linux/arm64,linux/amd64"
9189
tags: ${{ steps.image-tag.outputs.tags }}
90+
platforms: "linux/arm64,linux/amd64"
9291
cache-from: type=gha
9392
cache-to: type=gha,mode=max
9493

0 commit comments

Comments
 (0)