Add build workflow

This commit is contained in:
Correl Roush 2024-08-27 01:28:07 -04:00
parent 69651f259d
commit 97391adef6
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,4 @@
.forgejo/
.DS_Store
.idea
*.log

View file

@ -0,0 +1,17 @@
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: docker/login-action@v3
with:
registry: git.phoenixinquis.net
username: ${{ github.actor }}
password: ${{ secrets.packaging_password }}
- uses: docker/build-push-action@v6
with:
push: true
tags: git.phoenixinquis.net/correlr/sharkey-prometheus-queues:latest