Skip to content

Commit fee22ee

Browse files
committed
ci: Fix missing manifests
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent bfcfa2e commit fee22ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ jobs:
253253
runs-on: ubuntu-latest
254254
strategy:
255255
matrix:
256-
flavor: [alpine, alpine-slim, jammy, noble]
257-
#flavor: [alpine, alpine-slim, alpine-apk, rocky, fedora, bookworm, bookworm-buildpack, bullseye, bullseye-debug, bullseye-valgrind, jammy, noble]
256+
flavor: [alpine, alpine-slim, alpine-apk, rocky, fedora, bookworm, bookworm-buildpack, bullseye, bullseye-debug, bullseye-valgrind, jammy, noble]
258257

259258
steps:
260259
- name: Checkout
@@ -398,8 +397,7 @@ jobs:
398397
runs-on: ubuntu-latest
399398
strategy:
400399
matrix:
401-
flavor: [alpine-fat]
402-
#flavor: [bookworm-fat, bullseye-fat, alpine-fat]
400+
flavor: [bookworm-fat, bullseye-fat, alpine-fat]
403401
steps:
404402
- name: Checkout
405403
uses: actions/checkout@v5

0 commit comments

Comments
 (0)