Skip to content

Commit

Permalink
Added workflow dispatch trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann committed Aug 7, 2024
1 parent 62bdc96 commit 656e51f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dockerhub-ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: ci
on:
workflow_dispatch:
push:
paths:
- 'docker/**'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Dotenv Action
uses: falti/[email protected]
with:
path: docker/.env
log-variables: true
export-variables: true
- name: "Set up QEMU"
uses: docker/setup-qemu-action@v3
- name: "Set up Docker Buildx"
Expand Down

0 comments on commit 656e51f

Please sign in to comment.