Skip to content

Commit

Permalink
Update project name in CI/CD workflow file
Browse files Browse the repository at this point in the history
The project name in the Continuous Integration/Continuous Delivery workflow file
  • Loading branch information
CreatedByBdr committed Feb 8, 2024
1 parent ed7d7d9 commit 826eb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
GAR: europe-west9-docker.pkg.dev
Project: gol2
Project: gol2-indexer
GCP_Project_ID: ${{ startsWith(github.event.ref, 'refs/tags/v') && 'gol2-production' || 'gol2-development' }}
jobs:
Build:
Expand Down

0 comments on commit 826eb3a

Please sign in to comment.