Update .forgejo/workflows/docker-build.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 19s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 19s
This commit is contained in:
parent
2f0f5bc875
commit
a62e2f3b46
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to Forgejo Container Registry
|
||||
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login forgejo.sivic.me -u ${{
|
||||
github.actor }} --password-stdin
|
||||
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login forgejo.sivic.me -u ${{github.actor }} --password-stdin
|
||||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue