Skip to content

chore(deps): bump postcss in /waltid-applications/waltid-web-portal2 #8822

chore(deps): bump postcss in /waltid-applications/waltid-web-portal2

chore(deps): bump postcss in /waltid-applications/waltid-web-portal2 #8822

Workflow file for this run

name: Build on every push
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
android-eligibility:
uses: ./.github/workflows/android-eligibility.yml
with:
event-name: ${{ github.event_name }}
ref: ${{ github.ref }}
pr-number: ${{ github.event.pull_request.number || '' }}
pr-head-repo: ${{ github.event.pull_request.head.repo.full_name || '' }}
pr-labels: ${{ toJson(github.event.pull_request.labels.*.name) }}
pr-draft: ${{ github.event.pull_request.draft || false }}
version:
uses: walt-id/waltid-identity/.github/workflows/version.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
gradle-build:
uses: walt-id/waltid-identity/.github/workflows/gradle.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
secrets: inherit
needs:
- android-eligibility
- version
with:
version: ${{ needs.version.outputs.release_version }}
enable-android-build: ${{ needs.android-eligibility.outputs.should-run == 'true' }}
report-check-name: 'gradle-build / gradle (ubuntu-22.04)'
docker-matrix:
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
with:
jsonpath: ".github/workflows/data/docker-matrix.json"
docker:
uses: walt-id/waltid-identity/.github/workflows/docker.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
secrets: inherit
needs: [ version, docker-matrix ]
with:
images: ${{ needs.docker-matrix.outputs.json }}
version: ${{ needs.version.outputs.release_version }}
artifact: true
api-docker-matrix:
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
with:
jsonpath: ".github/workflows/data/api-docker-matrix.json"
api-docker:
uses: walt-id/waltid-identity/.github/workflows/api-docker.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
secrets: inherit
needs: [ version, api-docker-matrix ]
with:
images: ${{ needs.api-docker-matrix.outputs.json }}
version: ${{ needs.version.outputs.release_version }}
artifact: true
ebsi-ct-v3:
# disabled job because of ebsi certificate issues (expired certificate)
if: false
uses: walt-id/waltid-identity/.github/workflows/ebsictv3.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
needs: [ version, docker, api-docker ]
secrets: inherit
with:
artifact: issuer-api
tag: "waltid/issuer-api:${{ needs.version.outputs.release_version }}"