Skip to content

Commit

Permalink
Update Docker tags in octane.yaml and octane-pdns.yaml to include new…
Browse files Browse the repository at this point in the history
…er PHP versions and remove deprecated ones.
  • Loading branch information
nsouto committed Oct 2, 2024
1 parent 6789c8b commit a64e9cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/octane-pdns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ jobs:
fail-fast: false
matrix:
build:
- {tag: "8.2-cli-buster", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.2-cli-bullseye", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.2-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.2.12-cli-bullseye", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.2.12-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.3-cli-bullseye", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.3-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.3.12-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.4.0RC1-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "latest", platforms: "linux/arm64,linux/amd64"}

steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/octane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
- {tag: "8.2.12-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.3-cli-bullseye", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.3-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.3.12-cli-bullseye", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.3.12-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.4.0RC1-cli-bullseye", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.4.0RC1-cli-bookworm", platforms: "linux/arm64,linux/amd64"}
- {tag: "latest", platforms: "linux/arm64,linux/amd64"}

steps:
Expand Down

0 comments on commit a64e9cd

Please sign in to comment.