We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83507f4 + ca4aa18 commit 25c8d57Copy full SHA for 25c8d57
.github/workflows/deploy.yml
@@ -1,6 +1,6 @@
1
name: Build and Deploy Docker Image
2
3
-on: [push]
+on: [push, workflow_dispatch]
4
5
jobs:
6
build-and-deploy:
@@ -25,4 +25,4 @@ jobs:
25
run: |
26
npm install
27
npm run build
28
- docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/bbzblit/stundenplan-api/app:latest --push .
+ docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/bbzblit/stundenplan-api/app:latest --push .
0 commit comments