Add new steps to publish a containerized CyberChef to GHCR

This commit is contained in:
Ashleigh Carr
2024-02-12 10:46:28 +00:00
parent 9829b419b9
commit 0da30813da
3 changed files with 53 additions and 1 deletions
+4
View File
@@ -38,3 +38,7 @@ jobs:
run: |
sudo apt-get install xvfb
xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3