Skip to content
Closed

Kali #105

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 0 additions & 123 deletions .github/CONTRIBUTING.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/ISSUE_TEMPLATE/issue.bug.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/issue.feature.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/workflows/bpg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: build and push k411

on:
workflow_dispatch:

jobs:
bpg:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@v3

- name: Build the image
run : |
docker build -f Dockerfile -t rem1x:deb .
docker images

- name: Login
run : |
docker login --username b3h1m0th --password ${{ secrets.GHCR2 }} ghcr.io

- name: ls commit and tag the image
run : |
docker images
docker tag rem1x:deb ghcr.io/b3h1m0th/baseimg:kali

- name: Push the image
run : |
docker push ghcr.io/b3h1m0th/baseimg:kali

19 changes: 0 additions & 19 deletions .github/workflows/call_issue_pr_tracker.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/call_issues_cron.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/external_trigger.yml

This file was deleted.

Loading