From 30dfbab8a3df956a2a9bd0d1829d64fcb527fa53 Mon Sep 17 00:00:00 2001 From: bernd-m <43466467+bermuell@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:47:58 +0100 Subject: [PATCH] chore: fix GH workflow for compatiblity tests and docker images (#1671) fix GH workflow for nightly tests and docker publishing --- .github/workflows/docker-publish.yml | 3 ++- .github/workflows/nightly-e2e.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index cd3b44c6f8..d72483ce19 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -12,7 +12,8 @@ name: Docker Publish on: push: branches: - - main + - 'main' + - 'releases/**' tags: - "v[0-9]+.[0-9]+.[0-9]+" # Push events matching tag versions as v3.0.0 - "v[0-9]+.[0-9]+.[0-9]+-lsm" # Push events matching '-lsm' postfix tags diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index 8dabda1e9c..c47a9809d4 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -18,7 +18,7 @@ on: jobs: compatibility-test: runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 120 steps: - uses: actions/setup-go@v5 with: