Skip to content

Commit

Permalink
test workflow dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Dec 4, 2024
1 parent f6b9679 commit dff1057
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/push-lite-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,23 @@ name: Push Heimdall Lite to Docker Hub on every merge to master and tag as lates
on:
push:
branches: [master]
pull_request: # remove
branches: [master]
workflow_dispatch:
inputs:
tag:
description: 'Docker tag'
required: false

jobs:
docker:
runs-on: ubuntu-22.04
steps:
- name: testing envvar
run: |
echo "var: $TAG :var"
env:
TAG: ${{ inputs.tag }}
- name: Checkout the Heimdall Repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
Expand Down

0 comments on commit dff1057

Please sign in to comment.