Skip to content

Commit c17be97

Browse files
committed
workflow: disable desktop image builds on PRs
Signed-off-by: Benedikt Bongartz <[email protected]>
1 parent 04310aa commit c17be97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
name: Build and Publish Container Image
2+
name: Build Desktop Image
33

44
on:
55
push:
66
branches:
77
- main
8-
pull_request:
98
schedule:
109
- cron: "0 14 * * *"
1110

@@ -34,6 +33,7 @@ jobs:
3433
with:
3534
containerfiles: |
3635
./images/desktop/Containerfile
36+
context: ./images/desktop
3737
image: ghcr.io/frzifus/desktop
3838
tags: latest
3939
archs: amd64 # disable, arm64

0 commit comments

Comments
 (0)