Handle overwriting config setting with unescaped falresolverr url in env var #54
Workflow file for this run
This file contains 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: Build container of the preview release | |
on: | |
push: | |
branches: [ main ] | |
paths-ignore: | |
- '**/README.md' | |
pull_request: | |
jobs: | |
go: | |
uses: ./.github/workflows/container.yml | |
with: | |
tachidesk_release_type: 'preview' | |
# i.e. only upload the container on push-to-main | |
do_upload: ${{ github.event_name == 'push' }} | |
secrets: inherit |