Skip to content

Commit

Permalink
Change image tag param to tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 13, 2024
1 parent b41d5cc commit 5010604
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 @@ -71,7 +71,7 @@ jobs:
file: minio/openshift.deploy.yml
parameters:
-p ZONE=${{ inputs.target }}
-p IMAGE_TAG=${{ inputs.tag }}
-p TAG=${{ inputs.tag }}
# ${{ inputs.environment && '' || '-p MINIO_DATA_DIR=/tmp/data' }}
# ${{ inputs.environment && '' || '-p DEST_PVC_SIZE=1Mi' }}

Expand All @@ -93,7 +93,7 @@ jobs:
parameters:
-p IMAGE_STREAM_NAMESPACE=${{ vars.OC_NAMESPACE }}
-p IMAGE_STREAM_NAME=crunchy-postgres-gis
-p IMAGE_TAG=${{ inputs.tag }}
-p TAG=${{ inputs.tag }}
-p ZONE=${{ inputs.target }}
-p STORAGE_CLASS=netapp-file-standard
-p REQUEST_CPU=200m
Expand All @@ -116,7 +116,7 @@ jobs:
file: backend/openshift.deploy.yml
parameters:
-p ZONE=${{ inputs.target }}
-p IMAGE_TAG=${{ inputs.tag }}
-p 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 @@ -161,5 +161,5 @@ jobs:
# file: frontend/openshift.deploy.yml
# parameters:
# -p ZONE=${{ inputs.target }}
# -p IMAGE_TAG=${{ inputs.tag }}
# -p TAG=${{ inputs.tag }}

0 comments on commit 5010604

Please sign in to comment.