Skip to content

chore 🧹: first commit 🚀 #1

chore 🧹: first commit 🚀

chore 🧹: first commit 🚀 #1

Workflow file for this run

name: CI Workflow
on:
push:
branches:
- main
jobs:
docker:
uses: ./.github/workflows/docker-publish.yml
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}