Skip to content

Commit b86df99

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

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@db14339dbc0a1f0b184157be94b23a2138122354
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@db14339dbc0a1f0b184157be94b23a2138122354
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@db14339dbc0a1f0b184157be94b23a2138122354
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)