Skip to content

feat: add fetch of stacks state (#383) #40

feat: add fetch of stacks state (#383)

feat: add fetch of stacks state (#383) #40

Workflow file for this run

on:
schedule:
- cron: '30 4 * * *'
push:
paths:
- 'base.Dockerfile'
jobs:
Base:
runs-on: formance-runner
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: "NumaryBot"
password: ${{ secrets.NUMARY_GITHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
push: true
context: .
file: ./base.Dockerfile
tags: ghcr.io/formancehq/base:22.04