fix(deps): update docker/login-action action to v4
Build and publish container / build (pull_request) Successful in 7m27s

This commit is contained in:
Renovate Bot
2026-06-12 11:10:57 +00:00
parent 8bb782287e
commit b26d49d9d8
+1 -1
View File
@@ -101,7 +101,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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}