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