push to 0.12.2
All checks were successful
Vanwa Containers/matrix-bridge-whatsapp/pipeline/tag This commit looks good

This commit is contained in:
Sebastian Hugentobler 2025-06-20 08:55:25 +02:00
parent e4e3c3269b
commit 5905500460
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
3 changed files with 2 additions and 13 deletions

View file

@ -1,12 +0,0 @@
name: Build Multiarch Container Image
on: [push]
jobs:
call-reusable-workflow:
uses: container/multiarch-build-workflow/.gitea/workflows/build.yaml@main
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
sha: ${{ gitea.sha }}
registry_url: ${{ secrets.REGISTRY_URL }}
registry_user: ${{ secrets.REGISTRY_USER }}
registry_pw: ${{ secrets.REGISTRY_PW }}

View file

@ -1,6 +1,6 @@
FROM docker.io/golang:1.24-alpine3.21 as builder
ENV VERSION=v0.12.1
ENV VERSION=v0.12.2
RUN apk --no-cache add \
git \

1
Jenkinsfile vendored Normal file
View file

@ -0,0 +1 @@
multiarch_container()