diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 802d3a36..b6d2285b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -100,12 +100,12 @@ jobs: username: ${{ secrets[matrix.REGISTRY_USERNAME_SECRET_NAME]}} password: ${{ secrets[matrix.REGISTRY_PASSWORD_SECRET_NAME]}} - - name: Log in to the GHCR - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + - name: Log in to the GHCR + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Create Docker file if: contains(fromJSON('["aries-endorser-proxy"]'), matrix.service)