Reuse workflow CI (#10826)

* Reuse workflow CI

* Simplify images Makefiles
This commit is contained in:
Ricardo Katz 2024-01-13 13:15:35 +00:00 committed by GitHub
parent 00db204d86
commit c9a3571556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 385 additions and 782 deletions

View file

@ -14,7 +14,6 @@
FROM alpine:3.19.0
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk update \
&& apk upgrade && \