diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-16 11:22:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-16 11:22:08 -0400 |
| commit | 811d3378605669035efb311acab13cbaef142573 (patch) | |
| tree | 89b038f0e5bc1ad2b13c7cf4ee880c6b224850ef | |
| parent | e713cb0b7936759d25fe0be558f93d6a2c26a9a6 (diff) | |
deps(actions): Bump docker/login-action from 3.3.0 to 3.4.0 (#2354)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/docker-main.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/docker-main.yml b/.github/workflows/docker-main.yml index 92e51b54..9ed02f0f 100644 --- a/.github/workflows/docker-main.yml +++ b/.github/workflows/docker-main.yml @@ -25,13 +25,13 @@ jobs: with: fetch-depth: 0 - name: Login to GHCR - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to DockerHub - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: # NOTE: DOCKERHUB_TOKEN and DOCKERHUB_USERNAME must be present in https://github.com/hairyhenderson/gomplate/settings username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7a58eb2..e7fcd890 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,13 +106,13 @@ jobs: with: fetch-depth: 0 - name: Login to GHCR - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to DockerHub - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: # NOTE: DOCKERHUB_TOKEN and DOCKERHUB_USERNAME must be present in https://github.com/hairyhenderson/gomplate/settings username: ${{ secrets.DOCKERHUB_USERNAME }} |
