Skip to content
Snippets Groups Projects
Verified Commit f1464918 authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

fix syntax of variables hash

parent 8017c09a
Branches
Tags
No related merge requests found
Pipeline #5416 failed
......@@ -31,7 +31,7 @@ variables:
container-build-amd64:
extends: .container-build
variables:
- CI_REGISTRY_IMAGE_ARCH=amd64
CI_REGISTRY_IMAGE_ARCH: amd64
tags:
- amd64
rules:
......@@ -40,7 +40,7 @@ container-build-amd64:
container-build-arm64:
extends: .container-build
variables:
- CI_REGISTRY_IMAGE_ARCH=arm64
CI_REGISTRY_IMAGE_ARCH: arm64
tags:
- arm64
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment