Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aichy126 committed Apr 23, 2023
1 parent 8a5e386 commit dce45af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/manual_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Manual Build DockerHub Image
on:
workflow_dispatch:
inputs:
tag_name:
type: string
required: true
description: 'DockerHub img tag name'
logLevel:
description: 'Log level'
required: true
Expand All @@ -18,6 +22,7 @@ on:
type: boolean



jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -60,7 +65,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
file: ./.github/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ inputs.tag_name }}
labels: ${{ steps.meta.outputs.labels }}


0 comments on commit dce45af

Please sign in to comment.