Skip to content

Commit

Permalink
Added manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar authored Aug 22, 2024
1 parent 131a5bd commit 8fa1a15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build Docker Image

on: [push]
on:
workflow_dispatch:
push:

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -128,4 +130,4 @@ jobs:
run: |
echo image digest: ${{ steps.docker_build_and_push.outputs.digest }}


0 comments on commit 8fa1a15

Please sign in to comment.