From 9e3b184712cf3fbcfcc558b3486cff1deba25a05 Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Wed, 20 Nov 2024 15:33:21 +0100 Subject: [PATCH] Update GitHub workflows and Docker compose file --- .docker/compose.yml | 4 ++-- .github/workflows/ci-js.yml | 4 ++-- .github/workflows/container.yml | 4 ++-- .github/workflows/push.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.docker/compose.yml b/.docker/compose.yml index 1118154877..10a1ce68ba 100644 --- a/.docker/compose.yml +++ b/.docker/compose.yml @@ -1,4 +1,4 @@ -name: gsa-opensight-ui +name: gsa services: vulnerability-tests: @@ -88,7 +88,7 @@ services: condition: service_completed_successfully gsa: - image: ghcr.io/greenbone/gsa:opensight-ui + image: ghcr.io/greenbone/gsa:edge restart: on-failure ports: - 80:80 diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index c7aa349d36..160c3d7553 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -4,11 +4,11 @@ on: push: branches: - main - - opensight-ui + - oldstable pull_request: branches: - main - - opensight-ui + - oldstable jobs: testing: diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 80ef5f1749..8b3ed01563 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -4,7 +4,7 @@ on: push: branches: - main - tags: ['v*'] + tags: ['v24.*'] pull_request: branches: - main @@ -12,7 +12,7 @@ on: inputs: ref-name: type: string - description: 'The ref to build a container image from. For example a tag v23.0.0.' + description: 'The ref to build a container image from. For example a tag v24.0.0.' required: true jobs: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0c27150a3e..0327315bf7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -3,7 +3,7 @@ name: Build and Push to Greenbone Registry on: push: branches: [ main ] - tags: ["v*"] + tags: ["v24*"] pull_request: branches: [ main ] workflow_dispatch: