Update .gitea/workflows/build-docker.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 41s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 41s
This commit is contained in:
@@ -13,11 +13,11 @@ jobs:
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ vars.GITEA_DOMAIN }}
|
||||
username: ${{ vars.GITEA_REGISTRY_USER }}
|
||||
registry: code.achtarmig.org
|
||||
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
|
||||
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: ${{ vars.GITEA_DOMAIN }}/${{ vars.RESULT_IMAGE_NAME }}:${{ gitea.ref }}
|
||||
tags: code.achtarmig.org/unciv/server:latest
|
||||
Reference in New Issue
Block a user