Skip to content

feat: add Roadiz event schema org data #1147

feat: add Roadiz event schema org data

feat: add Roadiz event schema org data #1147

Workflow file for this run

name: Build docker images with bake
on:
push:
branches:
- main
tags: ['**']
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
bake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/bake-action@v5
with:
set: |
*.secrets=id=npm_token,env=EVENTS_API_NPM_TOKEN
*.secrets=id=npm_registry_url,env=EVENTS_API_NPM_REGISTRY_URL
env:
EVENTS_API_NPM_TOKEN: ${{ secrets.EVENTS_API_NPM_TOKEN }}
EVENTS_API_NPM_REGISTRY_URL: ${{ secrets.EVENTS_API_NPM_REGISTRY_URL }}