Skip to content

shrink the button label in continuous screening configuration page (#… #1457

shrink the button label in continuous screening configuration page (#…

shrink the button label in continuous screening configuration page (#… #1457

Workflow file for this run

name: Push on main (Check & Deploy)
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
permissions:
contents: read
actions: read
uses: ./.github/workflows/check.yaml
build_and_deploy_app_builder:
needs: check
permissions:
contents: read
actions: read
id-token: "write" # needed for using open id token to authenticate with GCP
uses: ./.github/workflows/build_and_deploy.yaml
with:
app: "app-builder"
dockerfile: ./Dockerfile

Check failure on line 28 in .github/workflows/main_push.yaml

View workflow run for this annotation

GitHub Actions / Push on main (Check & Deploy)

Invalid workflow file

The workflow is not valid. .github/workflows/main_push.yaml (Line: 28, Col: 19): Invalid input, dockerfile is not defined in the referenced workflow.
environment: "staging"
version: latest
SENTRY_RELEASE: ${{ github.sha }}
secrets:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SEGMENT_WRITE_KEY_OPENSOURCE: ${{ secrets.SEGMENT_WRITE_KEY_OPENSOURCE }}
build_and_deploy_backoffice:
needs: check
permissions:
contents: read
actions: read
id-token: "write" # needed for using open id token to authenticate with GCP
uses: ./.github/workflows/build_and_deploy.yaml
with:
app: "backoffice"
dockerfile: ./Dockerfile.backoffice
environment: "staging"
version: latest
SENTRY_RELEASE: ${{ github.sha }}
secrets:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SEGMENT_WRITE_KEY_OPENSOURCE: ${{ secrets.SEGMENT_WRITE_KEY_OPENSOURCE }}