chore: add gitea container registry credential
Some checks failed
/ deploy_image (push) Failing after 25s
Some checks failed
/ deploy_image (push) Failing after 25s
This commit is contained in:
parent
888b09bc0e
commit
a04585679f
@ -7,7 +7,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||
with:
|
||||
registry: src.pmh.codes
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user