Skip to content

Commit

Permalink
Minor CI tweaks
Browse files Browse the repository at this point in the history
* Enabled manual triggering for workflows
* Updated badges
  • Loading branch information
sk4la committed Oct 25, 2023
1 parent d1c867f commit 526cd35
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dwarf2json-edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: dwarf2json

on:
workflow_dispatch:
push:
branches:
- development
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/volatility-edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: volatility

on:
workflow_dispatch:
push:
branches:
- development
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/volatility3-edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: volatility3

on:
workflow_dispatch:
schedule:
- cron: 0 2 * * 1,3,5
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/volatility3.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: volatility3

on:
workflow_dispatch:
schedule:
- cron: 0 2 * * 1,3,5
push:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This repository hosts some ready-to-use Docker images based on [Alpine Linux](ht
All images are directly available on Docker Hub:

<p align="center">
<a href="https://hub.docker.com/r/sk4la/volatility3"><img alt="sk4la/volatility3" src="https://img.shields.io/github/workflow/status/sk4la/volatility3-docker/volatility3?label=sk4la/volatility3&style=for-the-badge&logo=docker&logoColor=white"/></a>
<a href="https://hub.docker.com/r/sk4la/volatility"><img alt="sk4la/volatility" src="https://img.shields.io/github/workflow/status/sk4la/volatility3-docker/volatility?label=sk4la/volatility&style=for-the-badge&logo=docker&logoColor=white"/></a>
<a href="https://hub.docker.com/r/sk4la/dwarf2json"><img alt="sk4la/dwarf2json" src="https://img.shields.io/github/workflow/status/sk4la/volatility3-docker/dwarf2json?label=sk4la/dwarf2json&style=for-the-badge&logo=docker&logoColor=white"/></a>
<a href="https://hub.docker.com/r/sk4la/volatility3"><img alt="sk4la/volatility3" src="https://img.shields.io/github/actions/workflow/status/sk4la/volatility3-docker/volatility3.yml?branch=master&label=sk4la/volatility3&style=for-the-badge&logo=docker&logoColor=white"/></a>
<a href="https://hub.docker.com/r/sk4la/volatility"><img alt="sk4la/volatility" src="https://img.shields.io/github/actions/workflow/status/sk4la/volatility3-docker/volatility-edge.yml?branch=master&label=sk4la/volatility&style=for-the-badge&logo=docker&logoColor=white"/></a>
<a href="https://hub.docker.com/r/sk4la/dwarf2json"><img alt="sk4la/dwarf2json" src="https://img.shields.io/github/actions/workflow/status/sk4la/volatility3-docker/dwarf2json-edge.yml?branch=master&label=sk4la/dwarf2json&style=for-the-badge&logo=docker&logoColor=white"/></a>
</p>

By the way, [why are these images not (yet) official?](https://github.com/volatilityfoundation/volatility3/pull/92)
Expand Down

0 comments on commit 526cd35

Please sign in to comment.