Skip to content

Commit

Permalink
Update manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 8, 2025
1 parent 5010c88 commit f079fd2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/manual_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ on:
jobs:

build-it:
name: Docker Build - ${{ inputs.directory }}
runs-on: ubuntu-latest
steps:
- name: Docker build
if: ${{ steps.image_name.outputs.any_changed == 'true'}}
uses: ./.github/workflows/
with:
directory: ${{ matrix.config.dir }}
tag: ${{ matrix.config.name }}
dockerhubpush: false
directory: ${{ inputs.directory }}
tag: ${{ inputs.tag }}
dockerhubpush: ${{ inputs.dockerhubpush }}
token: ${{ secrets.GH_PAT }}
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit f079fd2

Please sign in to comment.