diff --git a/.github/workflows/springboot-step-docker-build-and-push-image.yml b/.github/workflows/springboot-step-docker-build-and-push-image.yml index 2dfe84ba..41b58b54 100644 --- a/.github/workflows/springboot-step-docker-build-and-push-image.yml +++ b/.github/workflows/springboot-step-docker-build-and-push-image.yml @@ -71,4 +71,3 @@ jobs: - name: Build JIB Image and publish run: ./mvnw -ntp compile jib:build -P${{ inputs.RELEASE_ENVIRONMENT }} -Djib.to.image=${{ steps.meta.outputs.tags }} -Djib.to.auth.username=${{ github.actor }} -Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} -Dmaven.repo.local=${{inputs.MAVEN_USER_HOME}} ${{inputs.EXTRA_MAVEN_ARGS}} -