fix build action
Some checks failed
Publish / docker (ubuntu-20.04, 2.38.4) (push) Failing after 1s

This commit is contained in:
Lee 2023-09-25 02:11:32 +01:00
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