1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-10-16 05:37:27 +00:00
greed/.github/workflows/release.yml
Sergey Krashevich 8bf23d4870
Dockerfile refactoring (#198)
* Dockerfile refactoring
* Update docker-image.yml
* Update CodeQL workflow to match Steffo99/.github
* Add testing workflow using `compileall`
* Use release workflow from Steffo99/.github
* Slightly refactor Dockerfile
* Fix merge tool doing something weird

---------

Co-authored-by: Stefano Pigozzi <me@steffo.eu>
2023-03-22 10:26:21 +01:00

16 lines
272 B
YAML

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