This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Login to Gitea Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: http://gitea-http.gitea:3000 # Replace with your Gitea instance URL
|
||||
registry: gitea.paddington.fi # Replace with your Gitea instance URL
|
||||
username: make
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
@@ -25,5 +25,5 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
http://gitea-http.gitea:3000/make/your-repo:latest
|
||||
http://gitea-http.gitea:3000/make/your-repo:${{ github.sha }}
|
||||
gitea.paddington.fi/make/your-repo:latest
|
||||
gitea.paddington.fi/make/your-repo:${{ github.sha }}
|
||||
Reference in New Issue
Block a user