Skip to content

Commit 50cf437

Browse files
Bump docker/login-action from 1.13.0 to 1.14.0 (open-telemetry#753)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: docker/login-action 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 68f57ad commit 50cf437

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/publish-autoinstrumentation-java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
type=match,pattern=v(.*),group=1,value=v${{ env.VERSION }}
3333
3434
- name: Login to GitHub Package Registry
35-
uses: docker/login-action@v1.13.0
35+
uses: docker/login-action@v1.14.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}

.github/workflows/publish-autoinstrumentation-nodejs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
type=match,pattern=v(.*),group=1,value=v${{ env.VERSION }}
3333
3434
- name: Login to GitHub Package Registry
35-
uses: docker/login-action@v1.13.0
35+
uses: docker/login-action@v1.14.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}

.github/workflows/publish-autoinstrumentation-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
type=match,pattern=v(.*),group=1,value=v${{ env.VERSION }}
3333
3434
- name: Login to GitHub Package Registry
35-
uses: docker/login-action@v1.13.0
35+
uses: docker/login-action@v1.14.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}

.github/workflows/publish-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
${{ runner.os }}-buildx-
5656
5757
- name: Login to GitHub Package Registry
58-
uses: docker/login-action@v1.13.0
58+
uses: docker/login-action@v1.14.0
5959
with:
6060
registry: ghcr.io
6161
username: ${{ github.repository_owner }}

.github/workflows/publish-target-allocator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
type=match,pattern=v(.*),group=1,value=v${{ env.VERSION }}
2929
3030
- name: Login to GitHub Package Registry
31-
uses: docker/login-action@v1.13.0
31+
uses: docker/login-action@v1.14.0
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)