Skip to content

Commit

Permalink
Update to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Oct 27, 2024
1 parent 6f2c7d3 commit 071cb96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build-docs:
uses: ./.github/workflows/test-build.yml
with:
tag: "v0.8.0"
tag: "stable"

deploy:
needs: [build-docs]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 071cb96

Please sign in to comment.