Skip to content

Commit

Permalink
chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 4, 2024
1 parent 65959e5 commit 9e0ef05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- run: echo GIT_SHA_SHORT=$(git rev-parse --short HEAD) >> $GITHUB_ENV

- uses: docker/login-action@v3.1.0
- uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.AETHER_REGISTRY_USERNAME }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
go-version-file: 'go.mod'

- uses: docker/login-action@v3.1.0
- uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 9e0ef05

Please sign in to comment.