Use small/medium public runners
For whatever reason the `docker`/`linux` tags do not appear in the list of public runners. Update to values actually present, guessing at their meaning. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
default:
|
default:
|
||||||
image: quay.io/buildah/stable:v1.32
|
image: quay.io/buildah/stable:v1.32
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- saas-linux-small-amd64
|
||||||
- linux
|
|
||||||
|
|
||||||
workflow:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
@@ -41,6 +40,8 @@ commit_check:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
tags:
|
||||||
|
- saas-linux-medium-amd64
|
||||||
stage: deploy
|
stage: deploy
|
||||||
variables:
|
variables:
|
||||||
BUILDAH_FORMAT: docker
|
BUILDAH_FORMAT: docker
|
||||||
|
|||||||
Reference in New Issue
Block a user