Skip to content

feat: add expandable section component (#2809) #1258

feat: add expandable section component (#2809)

feat: add expandable section component (#2809) #1258

Workflow file for this run

name: Release
on:
push:
branches:
- develop
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build-and-push:
permissions:
id-token: write
contents: read
uses: ./.github/workflows/build-and-push-multitag.yaml
with:
registry: europe-docker.pkg.dev/jumper-g-artifacts
image-name: 'docker-jumper-exchange/jumpex'
is-staging: false
source-tag: ${{ github.ref_name }}
commit-sha: ${{ github.sha }}
ecr_repository: 'jumper-g-artifacts/docker-jumper-exchange/jumpex'
secrets:
deploy_key: ${{ secrets.DEPLOY_SSH }}
GCP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}
GCP_ENV_PROJECT: ${{ secrets.GCP_ENV_PROJECT }}