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