Skip to content

Commit 70ead5b

Browse files
authored
Merge pull request Aspen-Discovery#1776 from kylemhall/patch-2
Change step name to refer to Quay.io, not Docker Hub
2 parents 89db55e + 904a080 commit 70ead5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check out the repo
4141
uses: actions/checkout@v4
4242

43-
- name: Log in to Docker Hub
43+
- name: Log in to Quay.io
4444
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
4545
with:
4646
registry: quay.io
@@ -99,7 +99,7 @@ jobs:
9999
- name: Check out the repo
100100
uses: actions/checkout@v4
101101

102-
- name: Log in to Docker Hub
102+
- name: Log in to Quay.io
103103
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
104104
with:
105105
registry: quay.io
@@ -158,7 +158,7 @@ jobs:
158158
- name: Check out the repo
159159
uses: actions/checkout@v4
160160

161-
- name: Log in to Docker Hub
161+
- name: Log in to Quay.io
162162
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
163163
with:
164164
registry: quay.io

0 commit comments

Comments
 (0)