Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3 (#2013)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/login-action](https://github.com/docker/login-action) |
action | major | `v2.2.0` -> `v3.0.0` |
| [docker/login-action](https://github.com/docker/login-action) |
action | major | `v2.1.0` -> `v3.0.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>docker/login-action (docker/login-action)</summary>

###
[`v3.0.0`](https://github.com/docker/login-action/releases/tag/v3.0.0)

[Compare
Source](https://github.com/docker/login-action/compare/v2.2.0...v3.0.0)

- Node 20 as default runtime (requires [Actions Runner
v2.308.0](https://github.com/actions/runner/releases/tag/v2.308.0) or
later) by [@&#8203;crazy-max](https://github.com/crazy-max) in
[docker/login-action#593
- Bump [@&#8203;actions/core](https://github.com/actions/core) from
1.10.0 to 1.10.1 in
[docker/login-action#598
- Bump
[@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr)
and
[@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public)
to 3.410.0 in
[docker/login-action#555
[docker/login-action#560
[docker/login-action#582
[docker/login-action#599
- Bump semver from 6.3.0 to 6.3.1 in
[docker/login-action#556
- Bump https-proxy-agent to 7.0.2
[docker/login-action#561
[docker/login-action#588

**Full Changelog**:
docker/login-action@v2.2.0...v3.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/zarf).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 15, 2023
1 parent 4b6c4a4 commit bf81a6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-application-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: defenseunicorns/setup-zarf@main

- name: "Login to GHCR"
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ghcr.io
username: dummy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
make build-cli-linux-arm
- name: "Zarf Agent: Login to GHCR"
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ghcr.io
username: dummy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-bigbang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
build-examples: "false"

- name: Login to Iron Bank
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
if: ${{ env.IRONBANK_USERNAME != '' }}
env:
IRONBANK_USERNAME: ${{ secrets.IRONBANK_USERNAME }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
uses: ./.github/actions/k3d

- name: Login to Iron Bank
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
if: ${{ env.IRONBANK_USERNAME != '' }}
env:
IRONBANK_USERNAME: ${{ secrets.IRONBANK_USERNAME }}
Expand Down

0 comments on commit bf81a6c

Please sign in to comment.