Skip to content

Commit 3926c15

Browse files
Bump docker/login-action from 3.0.0 to 3.1.0 (#500)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5c3e4b commit 3926c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
!startsWith(github.ref, 'refs/heads/feature/') &&
7474
!contains(github.ref, '.dev') &&
7575
!contains(github.ref, 'rc')
76-
uses: docker/login-action@v3.0.0
76+
uses: docker/login-action@v3.1.0
7777
with:
7878
username: ${{ secrets.DOCKERHUB_USERNAME }}
7979
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)