push to 0.11.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m57s

This commit is contained in:
Sebastian Hugentobler 2024-11-01 09:05:18 +01:00
parent 67ed37c1ac
commit 501431f999
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 466 additions and 389 deletions

View file

@ -1,6 +1,6 @@
FROM docker.io/golang:1.22-alpine3.20 as builder
ENV VERSION=v0.10.9
ENV VERSION=v0.11.0
RUN apk --no-cache add \
git \
@ -16,7 +16,7 @@ RUN git clone https://github.com/tulir/mautrix-whatsapp.git
WORKDIR /build/mautrix-whatsapp
RUN git checkout $VERSION
RUN go build -o /build/bin/mautrix-whatsapp
RUN go build -o /build/bin/mautrix-whatsapp /build/mautrix-whatsapp/cmd/mautrix-whatsapp/
FROM docker.io/thallian/confd-env:3.20-3.1.6.2