Skip to content

Commit aa57b5c

Browse files
dependabot[bot]linuxmaniac
authored andcommitted
github: [skip ci]: bump docker/login-action from 3 to 4
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>
1 parent b51b1bc commit aa57b5c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Docker Buildx
4747
uses: docker/setup-buildx-action@v3
4848
- name: Login to GitHub Registry
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ${{ env.REGISTRY_NAME }}
5252
username: ${{ github.actor }}

.github/workflows/rpm-builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
contents: write
109109
steps:
110110
- name: Login to RedHat Container Registry
111-
uses: docker/login-action@v3
111+
uses: docker/login-action@v4
112112
if: contains(matrix.os, 'rhel')
113113
with:
114114
registry: registry.redhat.io
@@ -201,7 +201,7 @@ jobs:
201201
merge-multiple: true
202202

203203
- name: Login to GitHub Container Registry
204-
uses: docker/login-action@v3
204+
uses: docker/login-action@v4
205205
with:
206206
registry: ${{ env.IMAGE_REPO }}
207207
username: ${{ github.repository_owner }}

.github/workflows/weekly-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Docker Buildx
3434
uses: docker/setup-buildx-action@v3
3535
- name: Login to GitHub Registry
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
registry: ${{ env.REGISTRY_NAME }}
3939
username: ${{ github.actor }}

0 commit comments

Comments
 (0)