feat: build base image for rh8 #2

Merged
xoxys merged 7 commits from add-rh8 into main 2021-10-23 16:16:55 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 23c2d73c5c - Show all commits

View File

@ -64,6 +64,7 @@ local PipelineBuildContainer(version='7') = {
repo: 'quay.io/thegeeklab/${DRONE_REPO_NAME}',
username: { from_secret: 'quay_username' },
password: { from_secret: 'quay_password' },
tags: version,
},
when: {
ref: ['refs/heads/main', 'refs/tags/**'],

View File

@ -62,6 +62,7 @@ steps:
from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
tags: 7
username:
from_secret: quay_username
when:
@ -122,6 +123,7 @@ steps:
from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
tags: 8
username:
from_secret: quay_username
when:
@ -231,6 +233,6 @@ depends_on:
---
kind: signature
hmac: 17c04d68792bb5d1489ece943dc756b703294d42f407285f43ca39e429578d3f
hmac: 474bbbb50ad73c8e3fb3c9047caabeefaf91f311582963e508503405b652af5d
...