chore(ci): migrate to github

This commit is contained in:
Evelyn Alicke 2023-07-03 10:23:32 +02:00
parent cb873908b9
commit 9ac9f68b52
No known key found for this signature in database
GPG key ID: 6834780BDA479436
2 changed files with 14 additions and 24 deletions

14
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: CI
on:
release:
types: [ published ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: user/app:latest