Skip to content

Commit

Permalink
fix: Update build-docker-image.yml (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheyer authored Sep 10, 2024
1 parent e52b8e7 commit 573bd5f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 573bd5f

Please sign in to comment.