Skip to content

fix/cve, chore

fix/cve, chore #19

Workflow file for this run

name: Build Release Image
on:
push:
branches:
- main
env:
dockerusername: ${{ secrets.dockerusername }}
dockerhubkey: ${{ secrets.dockerhubkey }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build and publish image
run: chmod +x build && ./build --github