blob: d819012b0e6466549cb897a16145bae6bfec92ee [file] [log] [blame]
Mohammed Naser7a37c992022-08-29 21:47:49 -04001name: test-wallaby
2'on':
3 pull_request: {}
4 push:
5 branches:
6 - main
7jobs:
8 build-images:
9 runs-on: ubuntu-latest
10 steps:
11 - uses: actions/checkout@v3.0.2
12 - uses: docker/setup-qemu-action@v2.0.0
13 - uses: docker/setup-buildx-action@v2.0.0
Mohammed Naser5e7a5c82022-08-29 21:51:12 -040014 - name: Build OpenStack Keystone
Mohammed Naserf83c92c2022-08-29 21:49:29 -040015 uses: docker/build-push-action@v3.1.1
Mohammed Naser7a37c992022-08-29 21:47:49 -040016 with:
17 context: images/openstack
Mohammed Naser5e7a5c82022-08-29 21:51:12 -040018 cache-from: type=registry,ref=quay.io/vexxhost/keystone:wallaby
Mohammed Naser7a37c992022-08-29 21:47:49 -040019 cache-to: type=inline
20 push: true
Mohammed Naser5e7a5c82022-08-29 21:51:12 -040021 platforms: linux/amd64
Mohammed Naser7a37c992022-08-29 21:47:49 -040022 build-args: 'RELEASE=wallaby
23
Mohammed Naser5e7a5c82022-08-29 21:51:12 -040024 PROJECT=keystone
Mohammed Naser7a37c992022-08-29 21:47:49 -040025
Mohammed Naser5e7a5c82022-08-29 21:51:12 -040026 PROJECT_REF=6c75b657352a86e50e63aec44d28784d8863df99
Mohammed Naser7a37c992022-08-29 21:47:49 -040027
Mohammed Naser5e7a5c82022-08-29 21:51:12 -040028 PROFILES=apache ldap openidc
Mohammed Naser7a37c992022-08-29 21:47:49 -040029
Mohammed Naser5e7a5c82022-08-29 21:51:12 -040030 DIST_PACKAGES=
Mohammed Naser7a37c992022-08-29 21:47:49 -040031
32 PIP_PACKAGES='
Mohammed Naser5e7a5c82022-08-29 21:51:12 -040033 tags: quay.io/vexxhost/keystone:6c75b657352a86e50e63aec44d28784d8863df99