From 02d81ce81844ab1547c862c8e5e0855f22fe6294 Mon Sep 17 00:00:00 2001 From: Nicolas Trimborn Date: Wed, 19 Jul 2023 19:48:21 +0200 Subject: [PATCH] fixed indent error --- .github/workflows/docker-deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-deploy.yaml b/.github/workflows/docker-deploy.yaml index 8081306..a5f2579 100644 --- a/.github/workflows/docker-deploy.yaml +++ b/.github/workflows/docker-deploy.yaml @@ -36,12 +36,12 @@ jobs: uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf - name: Login to DockerHub - if: github.event_name != 'pull_request' - uses: docker/login-action@v2 - with: - registry: git.nicktrimborn.de - username: ${{ secrets.ACTION_USER }} - password: ${{ secrets.PASSWORD }} + if: github.event_name != 'pull_request' + uses: docker/login-action@v2 + with: + registry: git.nicktrimborn.de + username: ${{ secrets.ACTION_USER }} + password: ${{ secrets.PASSWORD }} - name: Docker meta id: meta @@ -61,4 +61,4 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file