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
Liam 83d5193257
Some checks failed
Publish / docker (push) Failing after 19s
pls work
2023-10-09 22:52:50 +01:00

28 lines
612 B
YAML

name: Publish
on:
push:
branches:
- "main"
jobs:
docker:
runs-on: ubuntu-20.04
container: fascinated/docker-images:node-latest
steps:
- name: checkout
uses: https://github.com/actions/checkout@v3
- name: Login to Repo
uses: https://github.com/docker/login-action@v2
with:
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
context: .
tags: fascinated/beatsaber-overlay:latest