Skip to content

Commit

Permalink
Allow manual workflow execution
Browse files Browse the repository at this point in the history
  • Loading branch information
WillQizza authored Sep 28, 2024
1 parent 9ef6cb4 commit aecac9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker Registry Deployment
on:
push:
branches: [main]
workflow_dispatch:

concurrency:
group: "docker"
Expand Down Expand Up @@ -29,4 +30,4 @@ jobs:
push: true
tags: registry.willqi.dev/public-thedeadlybird:1
build-args: |
DOCKER=1
DOCKER=1

0 comments on commit aecac9b

Please sign in to comment.