Skip to content

Commit b9f73c2

Browse files
chore(deps): update docker/login-action digest to 7ca3450 (#289)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker/login-action | action | digest | `1f401f7` -> `7ca3450` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4dd1c00 commit b9f73c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/creatorsgarten-wiki-cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# https://github.com/docker/login-action
3737
- name: Log into registry ${{ env.REGISTRY }}
3838
if: github.event_name != 'pull_request'
39-
uses: docker/login-action@1f401f745bf57e30b3a2800ad308a87d2ebdf14b
39+
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.actor }}

0 commit comments

Comments
 (0)