Skip to content

Commit 92e168c

Browse files
committed
Swapping output and arm64
1 parent 0f5395c commit 92e168c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/-build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
uses: docker/build-push-action@v4
7474
with:
7575
file: ${{ inputs.dockerfile }}
76-
platforms: linux/amd64 #,linux/arm64 -Temporary
76+
platforms: linux/amd64,linux/arm64
7777
build-args: |
7878
BUILD_DATE=${{ env.BUILD_DATE }}
7979
BUILD_REVISION=${{ github.sha }}
8080
BUILD_VERSION=alpha
8181
load: false
8282
push: ${{ inputs.push }}
83-
outputs: ${{ (!inputs.push && 'type=oci,dest=image.tar') || '' }}
83+
# outputs: ${{ (!inputs.push && 'type=oci,dest=image.tar') || '' }}
8484
secrets: |
8585
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
8686
tags: ${{ steps.image_tag.outputs.tag }}

0 commit comments

Comments
 (0)