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