gitlab-ci: update to Fedora 34 for upload jobs

Also add 'cmake' tag to match the rest of our jobs.
This commit is contained in:
Brad King
2021-05-10 10:43:59 -04:00
parent 40c672aaeb
commit a69e6dba92

View File

@@ -1,9 +1,10 @@
# Steps for uploading artifacts
.rsync_upload_binary:
image: "fedora:32"
image: "fedora:34"
stage: upload
tags:
- cmake
- docker
- linux
- build
@@ -19,8 +20,9 @@
.rsync_upload_help:
stage: upload
image: "fedora:33"
image: "fedora:34"
tags:
- cmake
- docker
- linux
- build