mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 07:25:41 +00:00
Test gitea registry
This commit is contained in:
parent
4a1b7fa6ef
commit
dd25162cc5
@ -22,15 +22,15 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{secrets.DOCKER_HUB_USERNAME}}
|
||||
password: ${{secrets.DOCKER_HUB_PASSWORD}}
|
||||
registry: git.ryansnet.xyz
|
||||
username: ${{secrets.GITEA_REGISTRY_USERNAME}}
|
||||
password: ${{secrets.GITEA_REGISTRY_PASSWORD}}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."docker.io"]
|
||||
mirrors = ["mirror.gcr.io"]
|
||||
[registry."git.ryansnet.xyz"]
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
|
Loading…
Reference in New Issue
Block a user