Compare commits

..

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
71b1929755 chore: update upload-artifact from v6 to v7 for compatibility with download-artifact v8
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com>
2026-02-27 17:22:33 +00:00
copilot-swe-agent[bot]
59a11cd7ed Initial plan 2026-02-27 17:19:00 +00:00
dependabot[bot]
0513b28beb build(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 20:23:09 +00:00

View File

@@ -623,14 +623,14 @@ jobs:
# Docker login to nitnelave/lldap and lldap/lldap
- name: Login to Nitnelave/LLDAP Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v4
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4
uses: docker/login-action@v3
with:
registry: ghcr.io
username: nitnelave