Skip to content

Commit c4cc080

Browse files
Bump docker/login-action from 1.14.1 to 2 (#130)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@dd4fa06...49ed152) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c70645 commit c4cc080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Log in to Docker Hub
16-
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
16+
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
1919
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)