Skip to content

Commit 59e7a66

Browse files
authored
Update build.yml
1 parent c06d815 commit 59e7a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
run: cargo fmt --all -- --check
4747
- name: Build
4848
run: cargo check --all
49-
- name: Login to GitHub Container Registry
49+
- name: Login GitHub Container Registry
5050
uses: docker/login-action@v1
5151
with:
5252
registry: ${{ env.REGISTRY }}
5353
username: ${{ github.actor }}
5454
password: ${{ secrets.GITHUB_TOKEN }}
55-
55+
5656
- name: Docker metadata action
5757
id: meta
5858
uses: docker/[email protected]

0 commit comments

Comments
 (0)