Skip to content

Commit 13a8ac5

Browse files
chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (#189)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4dee07 commit 13a8ac5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_container_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Login to temporary registry
118118
id: ghcr
119-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
119+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
120120
with:
121121
registry: ghcr.io
122122
username: ${{github.actor}}

.github/workflows/deploy_container_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Login to temporary registry
101101
id: login-ghcr
102-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
102+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.actor }}

.github/workflows/merge_multiarch_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "repository_owner_lower=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV
4343
4444
- name: Login to temporary registry
45-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
45+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
4646
with:
4747
registry: ghcr.io
4848
username: ${{github.actor}}

0 commit comments

Comments
 (0)