Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 120

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: camptocamp/initialise-gopass-summon-action@v2
with:
Expand All @@ -28,9 +28,9 @@ jobs:
run: |
make all
- name: "Push images"
if: ${{ github.ref == 'refs/heads/master' }}
env:
PUSH_DOCKER_HUB: true
PUSH_GHCR: true
run: |
make all
if: github.ref == 'master'
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")