Skip to content

Commit

Permalink
Update weekly_build.yaml
Browse files Browse the repository at this point in the history
Add workflow_dispatch so it is possible to run the build manually

Signed-off-by: Rafael Sene <rafael@riscv.org>
  • Loading branch information
rpsene authored Apr 20, 2023
1 parent ed88025 commit 5e8ceee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/weekly_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
# This will run every week at 00:00 UTC on Monday
- cron: '0 0 * * 1'
workflow_dispatch:

jobs:
build-and-push-docker-image:
Expand Down Expand Up @@ -51,4 +52,4 @@ jobs:
tag_name: release-${{ steps.current_date.outputs.date }}-${{ github.sha }}
release_name: Release ${{ steps.current_date.outputs.date }}-${{ github.sha }}
body: |
This release contains the latest container image built by this repository and hosted at [riscvintl/riscv-docs-base-container-image:latest](https://hub.docker.com/r/riscvintl/riscv-docs-base-container-image/tags?page=1&ordering=last_updated&name=latest).
This release contains the latest container image built by this repository and hosted at [riscvintl/riscv-docs-base-container-image:latest](https://hub.docker.com/r/riscvintl/riscv-docs-base-container-image/tags?page=1&ordering=last_updated&name=latest).

0 comments on commit 5e8ceee

Please sign in to comment.