chore(deps): bump .pipeline from ec1a953
to 4a0d0e7
#536
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 Containers | |
on: | |
push: | |
branches-ignore: | |
- main | |
- master | |
jobs: | |
ghg-issuer-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: RafikFarhad/[email protected] | |
with: | |
gcloud_service_key: ${{ secrets.GCR_KEY }} | |
project_id: ggl-cas-storage | |
image_name: ghg-credentials-issuer | |
image_tag: latest,${{ github.sha }} | |
dockerfile: ghg-credentials-issuer/Dockerfile | |
context: ghg-credentials-issuer |