Compare commits

..
Author SHA1 Message Date
CSRBot 6922f8c0d6 chore(deps): update docker/login-action action to v3.7.0
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-arch-linux (pull_request) Successful in 14m43s
2026-08-21 09:10:56 +00:00
volker.raschek 86c2fb394b fix(ci): rename workflow
Lint Markdown files / markdown-lint (push) Successful in 9s
Build / build-arch-linux (push) Canceled after 0s
2026-08-21 10:36:15 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Auto release tagged name: Auto release
on: on:
schedule: schedule:
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.6.0 - uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.10.0 - uses: docker/setup-buildx-action@v3.10.0
- uses: docker/login-action@v3.4.0 - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}