Skip to content

Commit 1ba49b7

Browse files
committed
Use specific image tag
1 parent 5d19793 commit 1ba49b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
deploy:
5858
needs: [build-artemis-adapter]
5959
runs-on: ubuntu-latest
60-
environment: hades-artemis-adapter-k8s
60+
environment:
61+
name: hades-artemis-adapter-k8s
62+
url: https://hades-artemis-connector.student.k8s.aet.cit.tum.de
6163
steps:
6264
- name: Checkout repository
6365
uses: actions/checkout@v6
@@ -89,6 +91,6 @@ jobs:
8991
run: |
9092
helm upgrade --install hades-artemis-adapter ./helm/hades-artemis-adapter -f ./helm/values-deploy.yaml \
9193
--namespace hades-artemis-connector --create-namespace \
92-
--set image.tag="main" \
94+
--set image.tag="${{ needs.build-artemis-adapter.outputs.image_tag }}" \
9395
--set env.ARTEMIS_BASE_URL="https://artemis-test8.artemis.cit.tum.de" \
9496
--set env.ARTEMIS_AUTH_TOKEN="${{ secrets.ARTEMIS_AUTH_TOKEN }}"

0 commit comments

Comments
 (0)