diff --git a/.github/workflows/build-and-deploy-prod-barroch.yml b/.github/workflows/build-and-deploy-prod-barroch.yml index 1592784..7ee9c9f 100644 --- a/.github/workflows/build-and-deploy-prod-barroch.yml +++ b/.github/workflows/build-and-deploy-prod-barroch.yml @@ -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. diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod-hodmedod.yml similarity index 98% rename from .github/workflows/build-and-deploy-prod.yml rename to .github/workflows/build-and-deploy-prod-hodmedod.yml index dc7db46..ef24f27 100644 --- a/.github/workflows/build-and-deploy-prod.yml +++ b/.github/workflows/build-and-deploy-prod-hodmedod.yml @@ -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. diff --git a/.github/workflows/deploy-main-hodmedod.yml b/.github/workflows/deploy-main-hodmedod.yml index 5c69374..ae7d0f1 100644 --- a/.github/workflows/deploy-main-hodmedod.yml +++ b/.github/workflows/deploy-main-hodmedod.yml @@ -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