Add new steps to publish a containerized CyberChef to GHCR

This commit is contained in:
Ashleigh Carr 2024-01-30 12:24:45 +00:00
parent 9829b419b9
commit 0da30813da
3 changed files with 53 additions and 1 deletions

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