This repository was archived by the owner on Oct 14, 2024. It is now read-only.
chore(deps): bump nginx from 84c52df
to 2f5b3c6
(#1269)
#711
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: Main merge | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
packages: write | |
jobs: | |
verification: | |
name: Verification | |
uses: ./.github/workflows/reusable-verification.yml | |
secrets: inherit | |
build-and-push: | |
needs: verification | |
uses: ./.github/workflows/reusable-build-and-push.yml | |
with: | |
image_tag: latest | |
push: true | |
use_release_repository: true |