updated params
Build and Push Docker Image to Gitea / build-and-push (push) Failing after 11s

This commit is contained in:
2026-06-03 08:35:23 +02:00
parent f59ddcc368
commit 75446bb4b5
+3 -3
View File
@@ -21,15 +21,15 @@ jobs:
uses: docker/login-action@v3
with:
registry: gitea.psi.ch
username: ${{ secrets.REPO_USER }}
password: ${{ secrets.REPO_PASSWORD }}
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v6
with:
# list of Docker images to use as base name for tags
images: gitea.psi.ch/DARI/claude-code
images: gitea.psi.ch/images/claude-code
# generate Docker tags based on the following events/attributes
tags: |
type=schedule,pattern={{date 'YYYYMMDD'}}