Skip to content

Commit 9b6ac03

Browse files
Bump docker/login-action from 3.2.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9ad2ce commit 9b6ac03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Docker Buildx
3232
uses: docker/[email protected]
3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v3.2.0
34+
uses: docker/login-action@v3.3.0
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}

.github/workflows/build-pr-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Docker Buildx
5151
uses: docker/[email protected]
5252
- name: Login to GitHub Container Registry
53-
uses: docker/login-action@v3.2.0
53+
uses: docker/login-action@v3.3.0
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)