Skip to content

Commit

Permalink
ci: allow to manually trigger build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bricklou committed Apr 21, 2024
1 parent a4459ab commit 8b20b35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
workflow_dispatch:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
PLAUSIBLE_ENDPOINT: ${{ vars.PLAUSIBLE_ENDPOINT }}

jobs:
build-and-publish:
Expand Down Expand Up @@ -57,4 +59,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
PLAUSIBLE_ENDPOINT=${{ vars.PLAUSIBLE_ENDPOINT }}
PLAUSIBLE_ENDPOINT=${{ env.PLAUSIBLE_ENDPOINT }}

0 comments on commit 8b20b35

Please sign in to comment.