Skip to content

Spring Cloud Build Deploy #21

Spring Cloud Build Deploy

Spring Cloud Build Deploy #21

Workflow file for this run

name: Spring Cloud Build Deploy
on:
push:
branches:
- main
- 4.3.x
# Scheduled builds run daily at midnight UTC
schedule:
- cron: '0 0 * * *'
# Manual trigger with optional branch override
workflow_dispatch:
inputs:
branch:
description: "Which branch should be built"
required: true
default: 'main'
type: string
jobs:
deploy:
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/deploy.yml@main

Check failure on line 24 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "spring-cloud/spring-cloud-github-actions/.github/workflows/deploy.yml@main" (source branch with sha:bd7194a43b36cd862d67c916661ee516c61ef642) : (Line: 169, Col: 20): Unrecognized named-value: 'COMMERCIAL_ARTIFACTORY_PASSWORD'. Located at position 1 within expression: COMMERCIAL_ARTIFACTORY_PASSWORD
with:
branch: ${{ inputs.branch }}
secrets:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}