update the docker build workflow
Some checks failed
Build and publish the docker image / build (push) Failing after 8s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-19 03:45:09 +03:00
parent 94b940d186
commit 99a3fc5209
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
with: with:
registry: ${{env.REGISTRY}} registry: ${{env.REGISTRY}}
username: ${{gitea.actor}} username: ${{gitea.actor}}
password: ${{secrets.GITEA_TOKEN}} password: ${{secrets.PACKAGES_TOKEN }}
- name: Build image - name: Build image
run: | run: |

View File

@ -1,2 +1,3 @@
# [ngn.tf] | AnonymousOverflow # [ngn.tf] | AnonymousOverflow
![](https://git.ngn.tf/ngn/anonymous_overflow/actions/workflows/build.yml)
A fork of the [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow) project, with my personal changes. A fork of the [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow) project, with my personal changes.