Create a type to represent the *-img-*.zip files that come out of t…
#279
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: Postsubmit | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| update-cache-and-deploy: | |
| if: github.repository_owner == 'google' | |
| uses: ./.github/workflows/update-cache-and-deployment.yaml | |
| with: | |
| update-cache: true | |
| deploy-channel: nightly | |
| secrets: | |
| artifact-registry-uploader-json-creds: ${{ secrets.ARTIFACT_REGISTRY_UPLOADER }} |