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

27 lines
678 B
YAML
Raw Normal View History

2023-03-27 17:36:44 +00:00
name: ci
on:
push:
branches:
- 'main'
jobs:
docker:
2023-03-27 17:54:56 +00:00
runs-on: ubuntu-latest
2023-03-27 18:08:11 +00:00
- uses: docker://node:19-alpine
2023-03-27 17:36:44 +00:00
steps:
2023-03-27 18:05:53 +00:00
- name: Set up QEMU
2023-03-27 17:36:44 +00:00
uses: docker/setup-qemu-action@v2
2023-03-27 18:05:53 +00:00
- name: Set up Docker Buildx
2023-03-27 17:36:44 +00:00
uses: docker/setup-buildx-action@v2
2023-03-27 18:05:53 +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
tags: git.fascinated.cc/Fascinated/beatsaber-overlay:latest