Skip to content
Snippets Groups Projects
Verified Commit 533171f1 authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

Revert "use docker executor"

This reverts commit 273cae8a.
parent 143e23f7
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ variables: ...@@ -3,8 +3,8 @@ variables:
CI_REGISTRY_IMAGE: $DOCKER_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME CI_REGISTRY_IMAGE: $DOCKER_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME
podman-build: podman-build:
image: quay.io/podman/stable image: quay.io/podman/stable
tags: # tags:
- docker # - docker
stage: build stage: build
script: script:
- podman login -u "$DOCKER_REGISTRY_USER" -p "$DOCKER_REGISTRY_PASSWORD" "$DOCKER_REGISTRY" - podman login -u "$DOCKER_REGISTRY_USER" -p "$DOCKER_REGISTRY_PASSWORD" "$DOCKER_REGISTRY"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment