From 071cb96d78959416977a807b154fc3d88073802b Mon Sep 17 00:00:00 2001 From: jorgensd Date: Sun, 27 Oct 2024 21:10:38 +0100 Subject: [PATCH] Update to stable --- .github/workflows/build_and_publish.yml | 2 +- .github/workflows/test-build.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 1dbdaa0..4ad7e82 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -26,7 +26,7 @@ jobs: build-docs: uses: ./.github/workflows/test-build.yml with: - tag: "v0.8.0" + tag: "stable" deploy: needs: [build-docs] diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 90ae529..43bbf11 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -12,21 +12,21 @@ on: inputs: tag: description: "Tag of DOLFINx docker image" - default: "v0.8.0" + default: "stable" required: true type: string workflow_dispatch: inputs: tag: description: "Tag of DOLFINx docker image" - default: "v0.8.0" + default: "stable" required: true type: string schedule: - cron: "* 9 * * 1" env: - DEFAULT_TAG: v0.8.0 + DEFAULT_TAG: stable jobs: get_image_tag: runs-on: ubuntu-latest