Skip to content

platform-production #427

platform-production

platform-production #427

name: platform-production
on:
push:
branches:
- 'main'
paths:
- 'platform-production/**'
workflow_dispatch:
pull_request:
types: [assigned, opened, synchronize, reopened]
schedule:
- cron: '25 7 * * 1-5'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build and push image
uses: ./.github/actions/push-image
with:
image_name: ghcr.io/multiverse-io/platform-production
image_tag: alpine-3.16.2
context: ./platform-production
registry_password: ${{ secrets.GITHUB_TOKEN }}
lacework_access_token: ${{ secrets.LW_ACCESS_TOKEN }}