Compare commits

...

2 Commits

Author SHA1 Message Date
0b5c5af13d Merge pull request 'Updated package access token, again' (#6) from unai-patch-4 into main
Some checks failed
CI/CD Pipeline / test-and-lint (push) Successful in 33s
CI/CD Pipeline / publish-container (push) Failing after 24s
Reviewed-on: #6
2026-02-01 22:11:29 +00:00
7c191b7ecd Updated package access token, again
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 39s
CI/CD Pipeline / test-and-lint (pull_request) Successful in 32s
CI/CD Pipeline / publish-container (push) Has been skipped
CI/CD Pipeline / publish-container (pull_request) Has been skipped
2026-02-01 22:11:14 +00:00

View File

@ -51,7 +51,7 @@ jobs:
with:
registry: ${{ steps.meta.outputs.REGISTRY_HOST }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PACKAGES_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v4