Skip to content

Commit 25c8d57

Browse files
committed
Merge branch 'main' of github.com:bbzblit/stundenplan-ui
2 parents 83507f4 + ca4aa18 commit 25c8d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build and Deploy Docker Image
22

3-
on: [push]
3+
on: [push, workflow_dispatch]
44

55
jobs:
66
build-and-deploy:
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
npm install
2727
npm run build
28-
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/bbzblit/stundenplan-api/app:latest --push .
28+
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/bbzblit/stundenplan-api/app:latest --push .

0 commit comments

Comments
 (0)