Update .gitea/workflows/deploy.yaml
Some checks failed
Deploying Static Site / Build (push) Failing after 17s
Some checks failed
Deploying Static Site / Build (push) Failing after 17s
This commit is contained in:
parent
8192af720c
commit
ce179264be
@ -3,7 +3,11 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
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:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user