Skip to content

Commit 624cf18

Browse files
Bump docker/login-action from 3 to 4 (#3601)
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> Co-authored-by: Miguel Guimarães <mguimaraes@keep.pt>
1 parent e5270f4 commit 624cf18

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
- name: Set up Docker Buildx
9999
uses: docker/setup-buildx-action@v4
100100
- name: Login to GitHub Container Registry
101-
uses: docker/login-action@v3
101+
uses: docker/login-action@v4
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.actor }}
105105
password: ${{ secrets.GITHUB_TOKEN }}
106106
- name: Login to DockerHub container registry
107-
uses: docker/login-action@v3
107+
uses: docker/login-action@v4
108108
with:
109109
username: ${{ secrets.DOCKERHUB_USERNAME }}
110110
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ jobs:
101101
- name: Set up Docker Buildx
102102
uses: docker/setup-buildx-action@v4
103103
- name: Login to GitHub Container Registry
104-
uses: docker/login-action@v3
104+
uses: docker/login-action@v4
105105
with:
106106
registry: ghcr.io
107107
username: ${{ github.actor }}
108108
password: ${{ secrets.GITHUB_TOKEN }}
109109
- name: Login to DockerHub container registry
110-
uses: docker/login-action@v3
110+
uses: docker/login-action@v4
111111
with:
112112
username: ${{ secrets.DOCKERHUB_USERNAME }}
113113
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ jobs:
119119
- name: Set up Docker Buildx
120120
uses: docker/setup-buildx-action@v4
121121
- name: Login to GitHub Container Registry
122-
uses: docker/login-action@v3
122+
uses: docker/login-action@v4
123123
with:
124124
registry: ghcr.io
125125
username: ${{ github.actor }}
126126
password: ${{ secrets.GITHUB_TOKEN }}
127127
- name: Login to DockerHub container registry
128-
uses: docker/login-action@v3
128+
uses: docker/login-action@v4
129129
with:
130130
username: ${{ secrets.DOCKERHUB_USERNAME }}
131131
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
- name: Set up Docker Buildx
9999
uses: docker/setup-buildx-action@v4
100100
- name: Login to GitHub container registry
101-
uses: docker/login-action@v3
101+
uses: docker/login-action@v4
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.actor }}
105105
password: ${{ secrets.GITHUB_TOKEN }}
106106
- name: Login to DockerHub container registry
107-
uses: docker/login-action@v3
107+
uses: docker/login-action@v4
108108
with:
109109
username: ${{ secrets.DOCKERHUB_USERNAME }}
110110
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)