This commit is contained in:
parent
884d3df8ec
commit
bced89d1ec
@ -12,7 +12,7 @@ jobs:
|
|||||||
arch: ["ubuntu-20.04"]
|
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: fascinated/docker-images:node-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
@ -23,7 +23,6 @@ jobs:
|
|||||||
- name: Login to Repo
|
- name: Login to Repo
|
||||||
uses: https://github.com/docker/login-action@v2
|
uses: https://github.com/docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.fascinated.cc
|
|
||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
@ -32,4 +31,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
tags: git.fascinated.cc/fascinated/beatsaber-overlay:latest
|
tags: fascinated/beatsaber-overlay:latest
|
||||||
|
Reference in New Issue
Block a user