Skip to content

Commit f5dbab2

Browse files
chore(deps): update docker/login-action digest to 184bdaa
1 parent 9140cd5 commit f5dbab2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-container-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
3434

3535
- name: Login to ghcr.io
36-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
36+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
3737
with:
3838
registry: "ghcr.io"
3939
username: ${{ github.actor }}

.github/workflows/build-dexop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
2222

2323
- name: Login to ghcr.io
24-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
24+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
2525
with:
2626
registry: "ghcr.io"
2727
username: ${{ github.actor }}

.github/workflows/containers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: setup docker buildx
4040
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
4141
- name: login to ghcr.io
42-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
42+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.actor }}
@@ -82,7 +82,7 @@ jobs:
8282
- name: setup docker buildx
8383
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
8484
- name: login to ghcr.io
85-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
85+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}
@@ -132,7 +132,7 @@ jobs:
132132
- name: setup docker buildx
133133
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
134134
- name: login to ghcr.io
135-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
135+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
136136
with:
137137
registry: ghcr.io
138138
username: ${{ github.actor }}

0 commit comments

Comments
 (0)