We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5395c commit 92e168cCopy full SHA for 92e168c
.github/workflows/-build-docker.yml
@@ -73,14 +73,14 @@ jobs:
73
uses: docker/build-push-action@v4
74
with:
75
file: ${{ inputs.dockerfile }}
76
- platforms: linux/amd64 #,linux/arm64 -Temporary
+ platforms: linux/amd64,linux/arm64
77
build-args: |
78
BUILD_DATE=${{ env.BUILD_DATE }}
79
BUILD_REVISION=${{ github.sha }}
80
BUILD_VERSION=alpha
81
load: false
82
push: ${{ inputs.push }}
83
- outputs: ${{ (!inputs.push && 'type=oci,dest=image.tar') || '' }}
+# outputs: ${{ (!inputs.push && 'type=oci,dest=image.tar') || '' }}
84
secrets: |
85
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
86
tags: ${{ steps.image_tag.outputs.tag }}
0 commit comments