Skip to content

Commit 77674d1

Browse files
Bump docker/login-action from 3 to 4 (#16)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c488e15 commit 77674d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id: buildx
7272
uses: docker/setup-buildx-action@v4
7373
- name: 'Login to container registry'
74-
uses: docker/login-action@v3
74+
uses: docker/login-action@v4
7575
with:
7676
registry: ${{ vars.REGISTRY_SERVER }}
7777
username: ${{ vars.REGISTRY_USERNAME }}

.github/workflows/pythonkafkaclient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: buildx
6565
uses: docker/setup-buildx-action@v4
6666
- name: 'Login to container registry'
67-
uses: docker/login-action@v3
67+
uses: docker/login-action@v4
6868
with:
6969
registry: ${{ vars.REGISTRY_SERVER }}
7070
username: ${{ vars.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)