Skip to content
Snippets Groups Projects
Commit 538eb84d authored by schnarkus's avatar schnarkus
Browse files

try publish with alpine latest

parent f4c952d6
No related branches found
No related tags found
No related merge requests found
Pipeline #59202 failed
......@@ -29,15 +29,11 @@ build_job:
publish_job:
stage: publish
image: public.ecr.aws/ubuntu/ubuntu:22.04_stable
tags:
- docker-privileged
image: public.ecr.aws/docker/library/alpine:latest
dependencies:
- build_job
before_script:
- apt update
- apt install -y ca-certificates curl
- update-ca-certificates
before_script:
- apk add --no-cache curl
script: >
for file in $(ls webservice_*); do
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
......
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