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 71e3144 commit 34a2f7fCopy full SHA for 34a2f7f
.github/workflows/dockerimage.yml
@@ -76,4 +76,4 @@ jobs:
76
- name: Build the Docker image use package_json version
77
if: ${{ github.event_name == 'push' || github.event.inputs.image_tag == '' }}
78
run: |
79
- docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:latest -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:v${{ steps.version.outputs.value }} .
+ docker buildx build --push --platform linux/amd64 -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:latest -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:v${{ steps.version.outputs.value }} .
0 commit comments