Skip to content

Commit 8d98fe1

Browse files
build(deps): bump docker/login-action from 3.2.0 to 3.7.0 (#845)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.2.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0678b7 commit 8d98fe1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/dev_builds_otelcol.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@v3.7.1
3636
- name: Login to GitHub Container Registry
37-
uses: docker/login-action@v3.2.0
37+
uses: docker/login-action@v3.7.0
3838
with:
3939
registry: ghcr.io
4040
username: USERNAME
@@ -71,7 +71,7 @@ jobs:
7171
working-directory: ./sidecar/otelcol
7272

7373
- name: Login to Docker Hub
74-
uses: docker/login-action@v3.2.0
74+
uses: docker/login-action@v3.7.0
7575
with:
7676
username: ${{ secrets.DOCKERHUB_LOGIN_TAILING_SIDECAR_OTEL_DEV }}
7777
password: ${{ secrets.DOCKERHUB_PASSWORD_TAILING_SIDECAR_OTEL_DEV }}
@@ -109,7 +109,7 @@ jobs:
109109
- name: Set up Docker Buildx
110110
uses: docker/setup-buildx-action@v3.7.1
111111
- name: Login to GitHub Container Registry
112-
uses: docker/login-action@v3.2.0
112+
uses: docker/login-action@v3.7.0
113113
with:
114114
registry: ghcr.io
115115
username: USERNAME
@@ -146,7 +146,7 @@ jobs:
146146
working-directory: ./operator
147147

148148
- name: Login to Docker Hub
149-
uses: docker/login-action@v3.2.0
149+
uses: docker/login-action@v3.7.0
150150
with:
151151
username: ${{ secrets.DOCKERHUB_LOGIN_TAILING_SIDECAR_OTEL_DEV }}
152152
password: ${{ secrets.DOCKERHUB_PASSWORD_TAILING_SIDECAR_OTEL_DEV }}

.github/workflows/release_builds_otelcol.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3.7.1
3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v3.2.0
35+
uses: docker/login-action@v3.7.0
3636
with:
3737
registry: ghcr.io
3838
username: USERNAME
@@ -69,7 +69,7 @@ jobs:
6969
working-directory: ./sidecar/otelcol
7070

7171
- name: Login to Docker Hub
72-
uses: docker/login-action@v3.2.0
72+
uses: docker/login-action@v3.7.0
7373
with:
7474
username: ${{ secrets.DOCKERHUB_LOGIN_TAILING_SIDECAR }}
7575
password: ${{ secrets.DOCKERHUB_PASSWORD_TAILING_SIDECAR }}
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set up Docker Buildx
108108
uses: docker/setup-buildx-action@v3.7.1
109109
- name: Login to GitHub Container Registry
110-
uses: docker/login-action@v3.2.0
110+
uses: docker/login-action@v3.7.0
111111
with:
112112
registry: ghcr.io
113113
username: USERNAME
@@ -144,7 +144,7 @@ jobs:
144144
working-directory: ./operator
145145

146146
- name: Login to Docker Hub
147-
uses: docker/login-action@v3.2.0
147+
uses: docker/login-action@v3.7.0
148148
with:
149149
username: ${{ secrets.DOCKERHUB_LOGIN_TAILING_SIDECAR_OPERATOR }}
150150
password: ${{ secrets.DOCKERHUB_PASSWORD_TAILING_SIDECAR_OPERATOR }}

0 commit comments

Comments
 (0)