Promote uat→main: CAR-994 Docker login fix + CAR-1423 REGISTRY_TOKEN fix #43

Merged
Barcode Betty merged 37 commits from uat into main 2026-06-23 00:19:02 +00:00
Showing only changes of commit 4a63bc1da8 - Show all commits
+3 -7
View File
@@ -43,11 +43,7 @@ jobs:
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_TOKEN }}
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
- name: Extract metadata
id: meta
@@ -81,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: cartsnitch/infra
token: ${{ secrets.GITEA_TOKEN }}
token: ${{ secrets.CI_GITEA_TOKEN }}
ref: main
path: infra
@@ -120,7 +116,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: cartsnitch/infra
token: ${{ secrets.GITEA_TOKEN }}
token: ${{ secrets.CI_GITEA_TOKEN }}
ref: main
path: infra