From e8031e9378acee60deadf27126e0a7822ccb5c70 Mon Sep 17 00:00:00 2001 From: Irori235 Date: Sun, 14 Jan 2024 22:23:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6b76cf2..8a58abf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Build docker image and push to Artifact Registry +name: Build and push to ghcr on: push: @@ -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