We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a18d6 commit ab5a1a2Copy full SHA for ab5a1a2
2 files changed
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: release
2
3
on:
4
- push:
+ # push:
5
workflow_dispatch: {}
6
7
jobs:
.github/workflows/reprotest.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Build image
29
run: |
30
- sudo mkosi --force -I buildernet.conf --profile=gcp,cloud
+ sudo -E mkosi --force -I buildernet.conf --profile=gcp,cloud
31
32
- name: Calculate SHA256
33
id: sha256
0 commit comments