Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from sjohannes/upgrade
Browse files Browse the repository at this point in the history
Sync OS versions with official images
  • Loading branch information
sfackler authored Apr 20, 2023
2 parents 3a50bf3 + 91c6572 commit 6596415
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,46 @@ jobs:
include:
- context: alpine
args: |
ALPINE_VERSION=3.15
ALPINE_VERSION=3.17
tags: |
nightly-alpine3.15
nightly-alpine3.17
nightly-alpine
- context: alpine
args: |
ALPINE_VERSION=3.14
ALPINE_VERSION=3.16
tags: |
nightly-alpine3.14
nightly-alpine3.16
- context: debian
args: |
DEBIAN_VERSION=bookworm
tags: |
nightly-bookworm
- context: debian
args: |
DEBIAN_VERSION=bullseye
tags: |
nightly
nightly-bullseye
- context: debian
args: |
DEBIAN_VERSION=buster
tags: |
nightly
nightly-buster
- context: debian-slim
args: |
DEBIAN_VERSION=bookworm
tags: |
nightly-bookworm-slim
- context: debian-slim
args: |
DEBIAN_VERSION=bullseye
tags: |
nightly-slim
nightly-bullseye-slim
- context: debian-slim
args: |
DEBIAN_VERSION=buster
tags: |
nightly-slim
nightly-buster-slim
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6596415

Please sign in to comment.