refactor(release): updating images names and tags

Now we publish a clean image name with a version, a version+build-day
and latest tag.
This commit is contained in:
2023-06-12 09:17:16 +02:00
parent d331ed66cd
commit dd030ec3fa
3 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@ FROM reg.cadoles.com/proxy_cache/library/alpine:edge
# Adding testing repo
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk update && apk add apache-mod-auth-openidc apache2-ssl
RUN apk update && apk add apache-mod-auth-openidc apache2-ssl bash
RUN mkdir -p /var/www/html