Skip to content

Commit

Permalink
Update Docker image path in Prod CI/CD workflow
Browse files Browse the repository at this point in the history
This commit changes the Docker image path in the production Continuous Integration/Continuous Deployment (CI/CD) workflow file. The path is updated to point to the production environment rather than the development environment. This change is important to ensure that production deployments pull the correct Docker image.
  • Loading branch information
CreatedByBdr committed Feb 7, 2024
1 parent 8df24ed commit 5dd0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: europe-west9-docker.pkg.dev/gol2-development/gol2-indexer/dev
images: europe-west9-docker.pkg.dev/gol2-production/gol2-indexer/dev
flavor: latest=false
tags: |
type=ref,event=tag
Expand Down

0 comments on commit 5dd0635

Please sign in to comment.