Skip to content

Commit 9e798f0

Browse files
chore(deps): update docker/login-action digest to e92390c (#377)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90dd29d commit 9e798f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
119119

120120
- name: Login to GitHub Container Registry
121-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
121+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
122122
with:
123123
registry: "ghcr.io"
124124
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3
8181

8282
- name: Login to GitHub Container Registry
83-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
83+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
8484
with:
8585
registry: "ghcr.io"
8686
username: ${{ github.actor }}

0 commit comments

Comments
 (0)