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