Skip to content

Commit

Permalink
Add Qt 6.6 image
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Nov 30, 2023
1 parent 2d7d413 commit b34d7b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
secrets:
docker_username: ${{ secrets.DOCKER_USERNAME }}
docker_password: ${{ secrets.DOCKER_PASSWORD }}
build-suse-qt64:
build-suse-qt66:
uses: ./.github/workflows/build-image.yml
with:
name: suse-qt65
name: suse-qt66
secrets:
docker_username: ${{ secrets.DOCKER_USERNAME }}
docker_password: ${{ secrets.DOCKER_PASSWORD }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Container Images for CI
=======================

* **suse-qt515:** OpenSuSE with Qt 5.15
* **suse-qt65:** OpenSuSE with Qt 6.5
* **suse-qt66:** OpenSuSE with Qt 6.6

The following images don't have the documentation inside, meaning they are not
suitable to build Qt documentation such as Fluid API documentation:

* suse-qt515
* suse-qt65
* suse-qt66

## Build

Expand Down
6 changes: 3 additions & 3 deletions suse-qt65/Dockerfile → suse-qt66/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based off kdeorg/suse-qt65
# See https://invent.kde.org/sysadmin/ci-images/-/blob/master/suse-qt65/Dockerfile
# Based off kdeorg/suse-qt66
# See https://invent.kde.org/sysadmin/ci-images/-/blob/master/suse-qt66/Dockerfile

FROM kdeorg/suse-qt65
FROM invent-registry.kde.org/sysadmin/ci-images/suse-qt66:latest

USER root

Expand Down
2 changes: 1 addition & 1 deletion suse-qt65/Makefile → suse-qt66/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ORG=liridev
NAME=suse-qt64
NAME=suse-qt66
VERSION=latest

DOCKER ?= podman
Expand Down

0 comments on commit b34d7b9

Please sign in to comment.