This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/.gitea/workflows/publish.yaml

24 lines
545 B
YAML
Raw Normal View History

2023-03-27 18:14:19 +00:00
name: Publish
2023-03-27 17:36:44 +00:00
on:
push:
branches:
- 'main'
jobs:
docker:
2023-03-27 18:22:04 +00:00
runs-on: catthehacker/ubuntu:act-22.04
2023-03-27 18:19:05 +00:00
container: node:19-alpine
2023-03-27 17:36:44 +00:00
steps:
2023-03-27 18:10:34 +00:00
- name: Login to Repo
2023-03-27 17:36:44 +00:00
uses: docker/login-action@v2
with:
registry: git.fascinated.cc
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }}
2023-03-27 18:05:53 +00:00
- name: Build and push
2023-03-27 17:36:44 +00:00
uses: docker/build-push-action@v4
with:
push: true
2023-03-27 18:14:19 +00:00
tags: git.fascinated.cc/Fascinated/beatsaber-overlay:latest