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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user