Update .gitea/workflows/deploy.yaml
Some checks failed
Deploying Static Site / Build (push) Failing after 3m56s
Some checks failed
Deploying Static Site / Build (push) Failing after 3m56s
This commit is contained in:
parent
7c0f8d1aff
commit
bf4f254ff5
@ -4,10 +4,7 @@ on: [push]
|
||||
jobs:
|
||||
Build:
|
||||
container:
|
||||
image: git.soaos.dev/soaos/ringfairy:latest
|
||||
credentials:
|
||||
username: soaos
|
||||
password: ${{ secrets.PACKAGE_ACCESS_TOKEN }}
|
||||
image: "git.soaos.dev/soaos/ringfairy:latest"
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user