Skip to content

Add ci action to deploy main to production #1

Add ci action to deploy main to production

Add ci action to deploy main to production #1

Workflow file for this run

name: Create and publish a Docker image
on:
push:
branches: ['main']
jobs:
build-and-push-image:
permissions:
contents: read
packages: write
attestations: write
id-token: write
uses: ./.github/workflows/build-and-deploy.yml
with:
jelastic_env: fdc-producer
secrets: inherit