fix(deps): update docker/login-action digest to c99871d
renovate/stability-days Updates have not met minimum release age requirement
Build and publish container / build (pull_request) Successful in 3m23s

This commit is contained in:
Renovate Bot
2026-07-02 08:01:47 +00:00
parent c0ce34f492
commit 57d83396a8
+1 -1
View File
@@ -121,7 +121,7 @@ jobs:
- name: Log in to the Gitea container registry - name: Log in to the Gitea container registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}