Skip to content

Commit

Permalink
cicd wip
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 30, 2023
1 parent 7913cd0 commit 3a852b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/meteorology-eurac-dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
JAVA_VERSION: 17
WORKING_DIRECTORY: collectors/meteorology-eurac
DOCKER_IMAGE: ghcr.io/noi-techpark/odh-v2-playground/meteorology-eurac-dc
DOCKER_TAG: 0.0.0
DOCKER_TAG: ${{ github.sha }}
KUBERNETES_NAMESPACE: collector

jobs:
Expand Down Expand Up @@ -64,4 +64,5 @@ jobs:
--values infrastructure/helm/values.yaml \
--set-string image.repository=$DOCKER_IMAGE \
--set-string image.tag=$DOCKER_TAG \
--namespace $KUBERNETES_NAMESPACE
--set-string image.pullPolicy=IfNotPresent \
--namespace $KUBERNETES_NAMESPACE

0 comments on commit 3a852b6

Please sign in to comment.