From 5adc304e778b9d89421e5c14f0b29af4096a5be6 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:28:39 +0200 Subject: [PATCH] [AB-xxx] fixing release pipeline format --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50d91f63f..4745624a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,11 +38,11 @@ jobs: ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }} folder: abstracto-application/documentation/target/generated-docs - name: Login to Harbor - uses: docker/login-action@v2 - with: - registry: harbor.sheldan.dev - username: ${{ secrets.HARBOR_USERNAME }} - password: ${{ secrets.HARBOR_TOKEN }} + uses: docker/login-action@v2 + with: + registry: harbor.sheldan.dev + username: ${{ secrets.HARBOR_USERNAME }} + password: ${{ secrets.HARBOR_TOKEN }} - name: Load env files id: dotenv uses: falti/dotenv-action@v1.0.4