diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1da9cb8..ac61cd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: camptocamp/initialise-gopass-summon-action@v2 + - uses: camptocamp/initialise-gopass-summon-action@v4 with: ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}} github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}} diff --git a/Makefile b/Makefile index 825671b..b05d97f 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ define build-image docker system prune --all -f endef -all: 10 11 12 13 14 15 16 +all: 10 11 12 13 14 15 16 17 10: $(call build-image,"10","3","bullseye") @@ -42,3 +42,6 @@ all: 10 11 12 13 14 15 16 16: $(call build-image,"16","3","bookworm") + +17: + $(call build-image,"17","3","bookworm")