Skip to content

Commit 0dca7d5

Browse files
committed
Drop Ubuntu jammy and Debian bookworm
1 parent 2563e86 commit 0dca7d5

File tree

3 files changed

+0
-105
lines changed

3 files changed

+0
-105
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ jobs:
5353
file: ./debian/Dockerfile.trixie
5454
push: true
5555
tags: ${{ env.REGISTRY }}/pwmt/github-actions-debian:trixie
56-
- name: Build and push Docker image (Debian bookworm)
57-
uses: docker/build-push-action@v6
58-
with:
59-
context: ./debian
60-
file: ./debian/Dockerfile.bookworm
61-
push: true
62-
tags: ${{ env.REGISTRY }}/pwmt/github-actions-debian:bookworm
6356

6457
build-and-push-image-ubuntu:
6558
runs-on: ubuntu-latest
@@ -82,10 +75,3 @@ jobs:
8275
file: ./ubuntu/Dockerfile.noble
8376
push: true
8477
tags: ${{ env.REGISTRY }}/pwmt/github-actions-ubuntu:noble
85-
- name: Build and push Docker image (Ubuntu jammy)
86-
uses: docker/build-push-action@v6
87-
with:
88-
context: ./ubuntu
89-
file: ./ubuntu/Dockerfile.jammy
90-
push: true
91-
tags: ${{ env.REGISTRY }}/pwmt/github-actions-ubuntu:jammy

debian/Dockerfile.bookworm

Lines changed: 0 additions & 47 deletions
This file was deleted.

ubuntu/Dockerfile.jammy

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)