From bced89d1ec5dcb02cb3819e6267f69f09d7ad6ca Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 8 Oct 2023 16:42:08 +0100 Subject: [PATCH] fix action --- .gitea/workflows/publish.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 8c85b99..0c2ca06 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: arch: ["ubuntu-20.04"] git-version: ["2.38.4"] runs-on: ${{ matrix.arch }} - container: git.fascinated.cc/fascinated/gitea-runner:node-18 + container: fascinated/docker-images:node-latest steps: - name: checkout uses: https://github.com/actions/checkout@v3 @@ -23,7 +23,6 @@ jobs: - name: Login to Repo uses: https://github.com/docker/login-action@v2 with: - registry: git.fascinated.cc username: ${{ secrets.REPO_USERNAME }} password: ${{ secrets.REPO_TOKEN }} @@ -32,4 +31,4 @@ jobs: with: push: true context: . - tags: git.fascinated.cc/fascinated/beatsaber-overlay:latest + tags: fascinated/beatsaber-overlay:latest