💚 its username not just user
Some checks failed
Build OCI Images / build (push) Failing after 25s

This commit is contained in:
Rose 2024-07-24 02:36:51 -04:00
parent 2155932d06
commit f76296627c
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ jobs:
uses: https://code.forgejo.org/docker/login-action@v3 uses: https://code.forgejo.org/docker/login-action@v3
with: with:
registry: git.thornbush.dev registry: git.thornbush.dev
user: ${{github.actor}} username: ${{github.actor}}
password: ${{secrets.OAUTH_TOKEN}} password: ${{secrets.OAUTH_TOKEN}}
- name: build dispatch - name: build dispatch
uses: https://code.forgejo.org/docker/build-push-action@v6 uses: https://code.forgejo.org/docker/build-push-action@v6