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

fix tilde typo

parent 9b82e942
No related branches found
No related tags found
No related merge requests found
Pipeline #5415 failed
...@@ -35,7 +35,7 @@ container-build-amd64: ...@@ -35,7 +35,7 @@ container-build-amd64:
tags: tags:
- amd64 - amd64
rules: rules:
- if: '$CI_CONTAINER_BUILD_ARCHS ~= /:?amd64:?/' - if: '$CI_CONTAINER_BUILD_ARCHS =~ /:?amd64:?/'
container-build-arm64: container-build-arm64:
extends: .container-build extends: .container-build
...@@ -44,7 +44,7 @@ container-build-arm64: ...@@ -44,7 +44,7 @@ container-build-arm64:
tags: tags:
- arm64 - arm64
rules: rules:
- if: '$CI_CONTAINER_BUILD_ARCHS ~= /:?arm64:?/' - if: '$CI_CONTAINER_BUILD_ARCHS =~ /:?arm64:?/'
container-tagging: container-tagging:
stage: tag stage: tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment