Skip to content

Commit 20c21dc

Browse files
Bump docker/login-action from 1 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c77eed1 commit 20c21dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: login to registry
18-
uses: docker/login-action@v1
18+
uses: docker/login-action@v4
1919
with:
2020
username: ${{ secrets.DOCKER_USERNAME }}
2121
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)