[AB-xxx] fixing release pipeline format

This commit is contained in:
Sheldan
2023-08-27 20:28:39 +02:00
parent 4940577383
commit 5adc304e77

View File

@@ -38,11 +38,11 @@ jobs:
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }} ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
folder: abstracto-application/documentation/target/generated-docs folder: abstracto-application/documentation/target/generated-docs
- name: Login to Harbor - name: Login to Harbor
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: harbor.sheldan.dev registry: harbor.sheldan.dev
username: ${{ secrets.HARBOR_USERNAME }} username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_TOKEN }} password: ${{ secrets.HARBOR_TOKEN }}
- name: Load env files - name: Load env files
id: dotenv id: dotenv
uses: falti/dotenv-action@v1.0.4 uses: falti/dotenv-action@v1.0.4