Skip to content

Commit

Permalink
make sure the two prod release pipelines get different packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ajluker committed Oct 14, 2024
1 parent a3ce029 commit e272ed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-prod-barroch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/metadata-action@v5
with:
tags: |
type=sha,prefix={{branch}}-
type=sha,prefix={{branch}}-barroch-
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/metadata-action@v5
with:
tags: |
type=sha,prefix={{branch}}-
type=sha,prefix={{branch}}-hodmedod-
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-hodmedod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
packages: write
attestations: write
id-token: write
uses: ./.github/workflows/build-and-deploy-prod.yml
uses: ./.github/workflows/build-and-deploy-prod-hodmedod.yml
with:
jelastic_env: fdc-producer
secrets: inherit

0 comments on commit e272ed4

Please sign in to comment.