Rebase FASJSON OS image on F34
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
32f184f54b
commit
9b77fd9450
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:32
|
||||
FROM fedora:34
|
||||
LABEL \
|
||||
name="fasjson" \
|
||||
vendor="Fedora Infrastructure" \
|
||||
|
|
|
@ -24,11 +24,13 @@ spec:
|
|||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
- type: GitHub
|
||||
{% if fasjson_stg_github_secret is defined and env == 'staging' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ fasjson_stg_github_secret }}"
|
||||
{% elif fasjson_github_secret is defined and env == 'production' %}
|
||||
github:
|
||||
secret: "{{ fasjson_github_secret }}"
|
||||
# Do we really want auto rebuilds in prod?
|
||||
# - type: GitHub
|
||||
# github:
|
||||
# secret: "{{ fasjson_github_secret }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue