chore(deps): update nginx docker digest to 447a866 (#143) #147
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: New release | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
# docs: https://github.com/telekom-mms/.github#release | |
if: github.repository != '$TEMPLATE_REPOSITORY' | |
uses: telekom-mms/.github/.github/workflows/release.yml@main | |
secrets: | |
GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }} |