push Docker image on new release

Setup GitHub action which automatically builds and pushes Docker
images, when new release tags are created.
This commit is contained in:
Niklas Gruhn
2022-04-14 16:33:57 +02:00
parent 7595ec16e5
commit bb9de52a53
2 changed files with 53 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# See https://github.com/LukeMathWalker/cargo-chef
ARG RUST_VERSION=1.52.1-buster
ARG RUST_VERSION=1.60-buster
FROM rust:${RUST_VERSION} as planner
WORKDIR /scryer-prolog
RUN cargo install cargo-chef