3 Commits

Author SHA1 Message Date
2b4551751a Update https://gitea.com/actions/checkout action to v6
All checks were successful
Build container / Build (pull_request) Successful in 53s
2025-11-21 02:01:21 +00:00
d3a7c9eaae Merge pull request 'Update https://gitea.com/actions/checkout action to v5' (#21) from renovate/https-gitea.com-actions-checkout-5.x into main
Some checks failed
Build container / Build (push) Failing after 3s
Reviewed-on: #21
2025-11-06 11:31:48 +00:00
82419a31ae Update https://gitea.com/actions/checkout action to v5
All checks were successful
Build container / Build (pull_request) Successful in 1m16s
2025-11-05 16:01:49 +00:00

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.com/actions/checkout@v4
- uses: https://gitea.com/actions/checkout@v6
- name: Fetch tags from main branch
id: version
@@ -42,7 +42,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
context: .
# use the current commit SHA as the tag