Minor fixes
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build application with Gradle
|
- name: Build application with Gradle
|
||||||
run: ./gradlew clean build bootJar -p ${{ inputs.MODULE_NAME }}
|
run: ./gradlew bootJar -p ${{ inputs.MODULE_NAME }}
|
||||||
env:
|
env:
|
||||||
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
|
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
|
||||||
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
||||||
@@ -106,4 +106,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Logout of Amazon ECR
|
- name: Logout of Amazon ECR
|
||||||
if: always() && ${{ inputs.IS_ECR_PUSH_ENABLED }}
|
if: always() && ${{ inputs.IS_ECR_PUSH_ENABLED }}
|
||||||
run: docker logout ${{ steps.login-ecr.outputs.registry }}
|
run: docker logout ${{ steps.login-ecr.outputs.registry }}
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build application with Gradle
|
- name: Build application with Gradle
|
||||||
run: ./gradlew clean build bootJar
|
run: ./gradlew bootJar
|
||||||
env:
|
env:
|
||||||
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
|
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
|
||||||
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
||||||
@@ -99,4 +99,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Logout of Amazon ECR
|
- name: Logout of Amazon ECR
|
||||||
if: always() && ${{ inputs.IS_ECR_PUSH_ENABLED }}
|
if: always() && ${{ inputs.IS_ECR_PUSH_ENABLED }}
|
||||||
run: docker logout ${{ steps.login-ecr.outputs.registry }}
|
run: docker logout ${{ steps.login-ecr.outputs.registry }}
|
||||||
|
|||||||
Reference in New Issue
Block a user