Skip to content

Commit

Permalink
chore(ci): Update image tag reference. (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac authored Nov 5, 2024
1 parent ddd11d4 commit c9d4040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# file: minio/openshift.deploy.yml
# parameters:
# -p NAME_SUFFIX=${{ inputs.target }}
# -p IMAGE_TAG=${{ github.event.number }}
# -p IMAGE_TAG=${{ inputs.tag }}
# -p MINIO_DATA_DIR=/data

database:
Expand All @@ -90,7 +90,7 @@ jobs:
-p DATABASE_SERVICE_NAME=gwells-${{ github.event.number }}-database
-p IMAGE_STREAM_NAMESPACE=${{ vars.OC_NAMESPACE }}
-p IMAGE_STREAM_NAME=crunchy-postgres-gis
-p IMAGE_TAG=${{ github.event.number }}
-p IMAGE_TAG=${{ inputs.tag }}
-p NAME_SUFFIX=${{ inputs.target }}
-p STORAGE_CLASS=netapp-file-standard
-p REQUEST_CPU=200m
Expand All @@ -113,7 +113,7 @@ jobs:
file: backend/openshift.deploy.yml
parameters:
-p NAME_SUFFIX=${{ inputs.target }}
-p IMAGE_TAG=${{ github.event.number }}
-p IMAGE_TAG=${{ inputs.tag }}
-p E_LICENSING_URL=${{ vars.E_LICENSING_URL }}
-p DB_REPLICATE=${{ vars.DB_REPLICATE }}
-p DJANGO_DEBUG=${{ vars.DJANGO_DEBUG }}
Expand Down Expand Up @@ -158,4 +158,4 @@ jobs:
file: frontend/openshift.deploy.yml
parameters:
-p NAME_SUFFIX=${{ inputs.target }}
-p IMAGE_TAG=${{ github.event.number }}
-p IMAGE_TAG=${{ inputs.tag }}

0 comments on commit c9d4040

Please sign in to comment.