Skip to content

Commit

Permalink
chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#418)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.2.0...v3.3.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>
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent 0c24980 commit 6a866bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/__build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Log in to the Container registry
if: ${{ inputs.push }}
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.registry }}
username: ${{ inputs.username }}
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:

- name: Log in to the Container registry
if: ${{ inputs.push }}
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.registry }}
username: ${{ inputs.username }}
Expand Down

0 comments on commit 6a866bf

Please sign in to comment.