Skip to content

Commit fc26d23

Browse files
chore(deps): update docker/login-action digest to 465a078 (#147)
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 8a96e7a commit fc26d23

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
119119

120120
- name: Login to GitHub Container Registry
121-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2
121+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
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@ecf95283f03858871ff00b787d79c419715afc34 # v2
8181

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

0 commit comments

Comments
 (0)