Skip to content

Commit fd60ca6

Browse files
build(deps): bump docker/login-action from 4.0.0 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab58fd6 commit fd60ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
!startsWith(github.ref, 'refs/heads/feature/') &&
140140
!contains(github.ref, '.dev') &&
141141
!contains(github.ref, 'rc')
142-
uses: docker/login-action@v4.0.0
142+
uses: docker/login-action@v4.1.0
143143
with:
144144
username: ${{ secrets.DOCKERHUB_USERNAME }}
145145
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)