Update .gitea/workflows/deploy.yaml
Some checks failed
Deploying Static Site / Build (push) Failing after 17s

This commit is contained in:
Silas Bartha 2025-03-16 16:39:01 -04:00
parent 8192af720c
commit ce179264be

View File

@ -3,7 +3,11 @@ on: [push]
jobs: jobs:
Build: Build:
container: git.soaos.dev/soaos/ringfairy:latest container:
image: git.soaos.dev/soaos/ringfairy:latest
credentials:
username: ${{ gitea.actor }}
password: ${{ secrets.PACKAGE_ACCESS_TOKEN }}
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4