mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Stefano Pigozzi
184aaba069
* Remove `native-tls` dependency * Configure `linux/arm64`, `linux/arm/v7`, and `linux/amd64` builds
11 lines
197 B
YAML
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
|