Compare commits

3 Commits

Author SHA1 Message Date
8951e70a90 Merge pull request 'chore(deps): update docker/login-action action to v4.1.0' (#67) from renovate/actions into master
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 5s
Release / push-amd64 (push) Successful in 5m2s
Release / sync-to-hub-docker-io (push) Failing after 6m25s
2026-04-14 10:51:18 +00:00
9dee7505eb chore(deps): update docker/login-action action to v4.1.0
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2026-04-14 10:51:11 +00:00
9f37bbc56a Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4' (#66) from renovate/docker-setup-buildx-action-4.x into master
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 10s
Release / push-amd64 (push) Failing after 21s
Release / sync-to-hub-docker-io (push) Successful in 17s
2026-03-09 10:23:44 +00:00

View File

@@ -13,7 +13,7 @@ jobs:
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v4.0.0
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v4.0.0 - uses: docker/login-action@v4.1.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}