Skip to content

Commit 258563b

Browse files
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d62edf commit 258563b

6 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/publish-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
${{ runner.os }}-buildx-
5555
5656
- name: Login to GitHub Package Registry
57-
uses: docker/login-action@v2
57+
uses: docker/login-action@v3
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.repository_owner }}

.github/workflows/publish-newrelic-instrumentation-dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ runner.os }}-buildx-
4747
4848
- name: Login to GitHub Package Registry
49-
uses: docker/login-action@v2
49+
uses: docker/login-action@v3
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}

.github/workflows/publish-newrelic-instrumentation-java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ runner.os }}-buildx-
4747
4848
- name: Login to GitHub Package Registry
49-
uses: docker/login-action@v2
49+
uses: docker/login-action@v3
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}

.github/workflows/publish-newrelic-instrumentation-nodejs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ runner.os }}-buildx-
4747
4848
- name: Login to GitHub Package Registry
49-
uses: docker/login-action@v2
49+
uses: docker/login-action@v3
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}

.github/workflows/publish-newrelic-instrumentation-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ runner.os }}-buildx-
4747
4848
- name: Login to GitHub Package Registry
49-
uses: docker/login-action@v2
49+
uses: docker/login-action@v3
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}

.github/workflows/publish-newrelic-instrumentation-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ runner.os }}-buildx-
4747
4848
- name: Login to GitHub Package Registry
49-
uses: docker/login-action@v2
49+
uses: docker/login-action@v3
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)