Skip to content
Snippets Groups Projects
Commit 1f46a081 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix archlinux image tag

parent 34b7f173
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ type: docker
name: Build-container
steps:
- name: detect-image-tag
image: archlinux/base
image: archlinux
commands:
- |
if [[ "$DRONE_BRANCH" == "master" ]]; then
......@@ -17,7 +17,7 @@ steps:
- echo "tag=$tag" >> .env
- name: detect-registry-urls
image: archlinux/base
image: archlinux
commands:
- registry_image=$(echo "$DRONE_REPO" | awk -F "://" '{print $2}')
- registry_domain=$(echo "$registry_image" | awk -F "/" '{print $1}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment