Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.0 to 3.3.2 #14

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.0 to 3.3.2

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.0 to 3.3.2 #14

Workflow file for this run

name: Build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
docker-transfair:
# This workflow defines how a maven package is built, tested and published.
# Visit: https:/samply/github-workflows/blob/develop/.github/workflows/docker-ci.yml, for more information
uses: samply/github-workflows/.github/workflows/docker-ci.yml@main

Check failure on line 17 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 17, Col: 11): Input push-to is required, but not provided while calling.
with:
# The Docker Hub Repository you want eventually push to, e.g samply/share-client
image-name: "samply/transfair"
# Define special prefixes for docker tags. They will prefix each images tag.
# image-tag-prefix: "foo"
# Define the build context of your image, typically default '.' will be enough
# build-context: '.'
# Define the Dockerfile of your image, typically default './Dockerfile' will be enough
# build-file: './Dockerfile.ci'
# NOTE: This doesn't work currently
# A list of build arguments, passed to the docker build
# build-args: |
# PROFILE=${{ env.PROFILE }}
# COMPONENT=managepki
# Define the target platforms of the docker build (default "linux/amd64,linux/arm64/v8")
# build-platforms: "linux/amd64"
# If your actions generate an artifact in a previous build step, you can tell this workflow to download it
artifact-name: '*'
# This passes the secrets from calling workflow to the called workflow
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}