Compare commits

...
1 Commits
Author SHA1 Message Date
CSRBot 531ce648cd chore(deps): update docker/login-action action to v4.5.0
Helm / helm-lint (push) Failing after 7s
Helm / helm-unittest (push) Failing after 1s
Helm / helm-lint (pull_request) Failing after 1s
Helm / helm-unittest (pull_request) Failing after 13s
2026-07-23 18:20:51 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
with:
registry: ${{ github.server_url }}
username: ${{ github.repository_owner }}
+1 -1
View File
@@ -95,7 +95,7 @@ jobs:
--passphrase-file "${GPG_PRIVATE_KEY_PASSPHRASE_FILE}" \
--version "${PACKAGE_VERSION}" ./
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
with:
registry: ${{ github.server_url }}
username: ${{ github.repository_owner }}