Skip to content

Commit 617cc00

Browse files
dependabot[bot]cdalvaro
authored andcommitted
build(deps): Bump docker/login-action from 4 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...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 a3b698b commit 617cc00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@ jobs:
9999
uses: docker/setup-buildx-action@v4
100100

101101
- name: Login to Docker Container Registry
102-
uses: docker/login-action@v4
102+
uses: docker/login-action@v4.1.0
103103
with:
104104
username: ${{ github.repository_owner }}
105105
password: ${{ secrets.DOCKER_PASSWORD }}
106106

107107
- name: Login to GitHub Container Registry
108-
uses: docker/login-action@v4
108+
uses: docker/login-action@v4.1.0
109109
with:
110110
registry: ghcr.io
111111
username: ${{ github.repository_owner }}
112112
password: ${{ secrets.CR_PAT }}
113113

114114
- name: Login to Quay.io Container Registry
115-
uses: docker/login-action@v4
115+
uses: docker/login-action@v4.1.0
116116
with:
117117
registry: quay.io
118118
username: ${{ secrets.QUAYIO_USERNAME }}

0 commit comments

Comments
 (0)