Skip to content

Commit

Permalink
github action: manual trigger instead of per-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmoron authored Aug 29, 2023
1 parent d2e5b6f commit f5ad598
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build Docker image

on:
push:
branches: ['current']
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit f5ad598

Please sign in to comment.