1 Commits

Author SHA1 Message Date
9f562d3430 Update https://gitea.com/actions/checkout action to v5
All checks were successful
Build container / Build (pull_request) Successful in 2m9s
2025-09-03 12:01:11 +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@v5
- 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