Skip to content

Commit

Permalink
Merge pull request #870 from google/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3.2.0

build(deps): bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
jaqx0r authored May 28, 2024
2 parents 177a144 + e0ac80a commit ad1aac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- uses: docker/login-action@v3.1.0
- uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
strategy:
matrix: ${{ fromJSON(needs.goreleaser.outputs.image_subjects) }}
steps:
- uses: docker/login-action@v3.1.0
- uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit ad1aac9

Please sign in to comment.