Skip to content

Commit

Permalink
🩹 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Jan 14, 2024
1 parent e392407 commit e8031e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build docker image and push to Artifact Registry
name: Build and push to ghcr

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registory: ghcr.io
registry: ghcr.io
username: irori235
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
Expand Down

1 comment on commit e8031e9

@vercel
Copy link

@vercel vercel bot commented on e8031e9 Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.