From 3332a7f3fcd7f3448c60dcdad3ccd286d0f7dc48 Mon Sep 17 00:00:00 2001 From: Chris Heyer Date: Tue, 10 Sep 2024 15:24:24 +0200 Subject: [PATCH] fix: Update build-docker-image.yml --- .github/workflows/build-docker-image.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 11d58d7..727f7e2 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -7,14 +7,6 @@ on: type: string required: true description: "The ref to build the image from. (usually this is a release tag, e.g. v4.0.1)" - architecture: - type: choice - required: true - default: amd64 - options: - - amd64 - - arm64 - - both imageTag: type: string required: true @@ -26,7 +18,6 @@ jobs: uses: dot-base/.github/.github/workflows/build-docker-image.yml@main with: ref: ${{ inputs.ref }} - architecture: ${{ inputs.architecture }} imageTag: ${{ inputs.imageTag }} secrets: GH_BOT_USER: ${{ secrets.GH_BOT_USER }}