This commit is contained in:
parent
d001590405
commit
884d3df8ec
@ -3,14 +3,14 @@ name: Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
strategy:
|
||||
matrix:
|
||||
arch: ['ubuntu-latest']
|
||||
git-version: ['2.38.4']
|
||||
arch: ["ubuntu-20.04"]
|
||||
git-version: ["2.38.4"]
|
||||
runs-on: ${{ matrix.arch }}
|
||||
container: git.fascinated.cc/fascinated/gitea-runner:node-18
|
||||
steps:
|
||||
@ -26,10 +26,10 @@ jobs:
|
||||
registry: git.fascinated.cc
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
password: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: .
|
||||
tags: git.fascinated.cc/fascinated/beatsaber-overlay:latest
|
||||
tags: git.fascinated.cc/fascinated/beatsaber-overlay:latest
|
||||
|
Reference in New Issue
Block a user