Skip to content

Commit deca81a

Browse files
chore(deps): bump docker/login-action from 1 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3137d57 commit deca81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-dev-image-on-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Login to Docker Hub
5151
if: github.ref == 'refs/heads/master'
52-
uses: docker/login-action@v1
52+
uses: docker/login-action@v3
5353
with:
5454
username: ${{ secrets.DOCKERHUB_USER }}
5555
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)