feat: add kali container
This commit is contained in:
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
@@ -60,3 +60,18 @@ jobs:
|
||||
file: ./containers/infra/Containerfile
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository_owner }}/infra:latest
|
||||
|
||||
kali-build:
|
||||
runs-on: ubuntu-24.04
|
||||
needs: base-build
|
||||
steps:
|
||||
- *clone_repo
|
||||
- *setup_buildx
|
||||
- *login_registry
|
||||
- name: Build and push kali container
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./containers/kali
|
||||
file: ./containers/kali/Containerfile
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository_owner }}/kali:latest
|
||||
|
||||
Reference in New Issue
Block a user