Fixed runner repo links
Push Docker image to registries Details

This commit is contained in:
Chris Plaatjes 2023-03-20 20:14:41 -04:00
parent 30d4c41eee
commit 8461afd08f
1 changed files with 3 additions and 3 deletions

View File

@ -16,20 +16,20 @@ jobs:
token: ${{ secrets.GITEA_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v2
uses: https://github.com/docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Login to Gitea registry
uses: docker/login-action@v2
uses: https://github.com/docker/login-action@v2
with:
registry: git.kizaing.ca
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: https://github.com/docker/build-push-action@v4
with:
context: .
push: true