Little bit refactoring cors to separate module, add auth0 config exam… #368
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Docker Latest | |
on: | |
push: | |
branches: [ main ] | |
permissions: | |
contents: read | |
packages: write | |
jobs: | |
release: | |
uses: ./.github/workflows/build-docker.yml | |
with: | |
version: latest | |