Skip to content

fix/ adding new zabbix template #17

fix/ adding new zabbix template

fix/ adding new zabbix template #17

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