CI: automatic builds (#1)
All checks were successful
continuous-integration/drone/push Build is passing

Adds CI pipelines to build and push the project to the Gitea Docker repository.

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: https://git.jvalver.de/Thilawyn/protonmail-bridge-docker/pulls/1
This commit was merged in pull request #1.
This commit is contained in:
2023-08-08 01:47:06 +02:00
parent 946cd4ea8e
commit 2f420a0bf9
2 changed files with 52 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
# Use carlosedp/golang for riscv64 support
FROM carlosedp/golang:1.18 AS build
FROM golang:1.20-bookworm AS build
# Install dependencies
RUN apt-get update && apt-get install -y git build-essential libsecret-1-dev