ci: pin varios actions to a proper semver version
All checks were successful
CI / Test (pull_request) Successful in 2m35s

This commit is contained in:
2026-02-14 19:10:01 +01:00
parent c792f92f73
commit 3414dd3187

View File

@@ -68,7 +68,7 @@ jobs:
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Build and push - name: Build and push
uses: docker/build-push-action@docker/build-push-action # v6.18.0 uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile