1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00
patched-porobot/.github/workflows/release.yml
Stefano Pigozzi 184aaba069
Improve Docker multiarch image compilation (#13)
* Remove `native-tls` dependency

* Configure `linux/arm64`, `linux/arm/v7`, and `linux/amd64` builds
2023-03-19 21:15:15 +01:00

11 lines
197 B
YAML

name: "Release new version"
on:
# Creation of a new tag starting with v
push:
tags:
- "v*"
jobs:
ghcrio:
uses: Steffo99/.github/.github/workflows/buildrelease-docker.yml@main