mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-15 20:16:34 +00:00
[AB-xxx] fixing release pipeline format
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user