We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318579e commit b169369Copy full SHA for b169369
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
18
- - uses: camptocamp/initialise-gopass-summon-action@v2
+ - uses: camptocamp/initialise-gopass-summon-action@v4
19
with:
20
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
21
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
Makefile
@@ -20,7 +20,7 @@ define build-image
docker system prune --all -f
endef
22
23
-all: 10 11 12 13 14 15 16
+all: 10 11 12 13 14 15 16 17
24
25
10:
26
$(call build-image,"10","3","bullseye")
@@ -42,3 +42,6 @@ all: 10 11 12 13 14 15 16
42
43
16:
44
$(call build-image,"16","3","bookworm")
45
+
46
+17:
47
+ $(call build-image,"17","3","bookworm")
0 commit comments