Skip to content

Commit 707d322

Browse files
chore(deps): update docker/login-action digest to c144859
1 parent 414be12 commit 707d322

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

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

2929
-
3030
name: Login to the ghcr.io Container registry
31-
uses: docker/login-action@2e1345c05f9563db17b704b7855578af55a6c8be
31+
uses: docker/login-action@c144859092e8e353f3e118b0b329679a62351c3e
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

.github/workflows/push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
password: ${{ secrets.QUAYIO_TOKEN }}
5151
-
5252
name: Login to the ghcr.io Container registry
53-
uses: docker/login-action@2e1345c05f9563db17b704b7855578af55a6c8be
53+
uses: docker/login-action@c144859092e8e353f3e118b0b329679a62351c3e
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.QUAYIO_TOKEN }}
3030
-
3131
name: Login to the ghcr.io Container registry
32-
uses: docker/login-action@2e1345c05f9563db17b704b7855578af55a6c8be
32+
uses: docker/login-action@c144859092e8e353f3e118b0b329679a62351c3e
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)