Publish container to ghcr.io (#101)

This commit is contained in:
DG
2021-08-21 14:21:38 -04:00
committed by GitHub
parent b8325d72fc
commit e061b506d1
6 changed files with 54 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
FROM rust@sha256:b2fd2fcc9d28c1a6dc59c3b0b37913fd9a326c8e457e50617e1156fc1ad51e34 as build
FROM rust@sha256:f91b3dae52c0d99302366331e36cf6af8a923d36c68577df1f4d5a7c2721ca90 as build
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \