Skip to content

Commit

Permalink
add workflow dispatch to enable manual runs for rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAlder committed Jun 2, 2024
1 parent c864a4d commit 2d4a460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths:
- vendor/**
workflow_dispatch:
env:
REGISTRY: ghcr.io
DOCKER_BUILDKIT: 1
Expand Down Expand Up @@ -40,6 +41,6 @@ jobs:
- name: docker buildx build and push
run: ./scripts/build-and-push-changed.sh

- name: move and delete old cache
run: rm -rf /tmp/.buildx-cache && mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 2d4a460

Please sign in to comment.