From 0e145942e11e67a5ca299fec18a0c026b63dc93b Mon Sep 17 00:00:00 2001 From: BrittleFoot Date: Sat, 27 Jan 2024 16:10:43 +0400 Subject: [PATCH] type --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 454b3a9..dbea520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,13 +64,13 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: login to ghcr - uses: docker/login-action@v3 - if: ${{ github.ref == 'refs/heads/master' }} - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + - name: Login to ghcr + uses: docker/login-action@v3 + if: ${{ github.ref == 'refs/heads/master' }} + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push uses: docker/build-push-action@v5