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

Commit

Permalink
Add openSUSE Leap 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Apr 27, 2024
1 parent b1294cf commit 53545e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- image: opensuse-leap-15.5
dockerfile: suse.dockerfile

- image: opensuse-leap-15.6
dockerfile: suse.dockerfile

timeout-minutes: 15
env:
IMAGE: ghcr.io/${{ github.repository }}/${{ matrix.image }}
Expand Down
1 change: 1 addition & 0 deletions suse.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG base_image=tumbleweed

FROM opensuse/tumbleweed:latest@sha256:15c379af6fef707cb6274be8e683bb0e184f8cae99e269be146416fa32f78793 AS opensuse-tumbleweed
FROM opensuse/leap:15.5@sha256:165b2a35380bf408b0939c4198e5b013e9a2db5ccd173fcb82429204b8b2e61a AS opensuse-leap-15.5
FROM opensuse/leap:15.6@sha256:8b764b0497b17a85ef5ac8f388ead8449d4e334e8a741d6529c45be2e14d66e5 AS opensuse-leap-15.6

FROM ${base_image}

Expand Down

0 comments on commit 53545e4

Please sign in to comment.