Skip to content

feat ✨: implements file to simulate production #3

feat ✨: implements file to simulate production

feat ✨: implements file to simulate production #3

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 }}