Skip to content

feat: update form layouts and add global configuration for FormsSelect #345

feat: update form layouts and add global configuration for FormsSelect

feat: update form layouts and add global configuration for FormsSelect #345

Workflow file for this run

name: Build and push image to registry
on:
push:
branches:
- main
tags:
- v*
jobs:
build:
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/sunrise
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}