Skip to content

Invalidate the cache when failing to load the app context #5511 #23

Invalidate the cache when failing to load the app context #5511

Invalidate the cache when failing to load the app context #5511 #23

Workflow file for this run

name: CI - Tags
on:
push:
tags:
- '*'
- '!staging-*'
- '!authgear-once/*'
jobs:
checks:
if: ${{ github.repository == 'authgear/authgear-server' }}
uses: ./.github/workflows/run-checks.yaml
builds:
if: ${{ github.repository == 'authgear/authgear-server' }}
needs: checks
secrets: inherit
uses: ./.github/workflows/run-builds.yaml
with:
push_image: true
release:
if: ${{ github.repository == 'authgear/authgear-server' }}
needs: builds
secrets: inherit
uses: ./.github/workflows/run-release.yaml