ong
Some checks failed
Build and Push Image / build (push) Failing after 23s

This commit is contained in:
2026-03-22 09:22:54 +02:00
parent 4467e1b7d7
commit d9a679ccca

View File

@@ -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 }}