Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
image: docker.io/docker:stable
stage: build
tags:
- medium
- k8s-privileged
script:
- DOCKER_IMAGE_TAGS="$MAIN_IMAGE_TAG" ./scripts/docker-build-push.sh
only:
Expand All @@ -30,7 +30,7 @@ release:
image: docker.io/docker:stable
stage: release
tags:
- medium
- k8s-privileged
script:
- pwd
- env DOCKER_IMAGE_TAGS="$RELEASE_IMAGE_TAG
Expand Down