Skip to content

chore: Removed a console log #35

chore: Removed a console log

chore: Removed a console log #35

Workflow file for this run

name: production
on:
push:
tags:
- v*
jobs:
types:
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
lint:
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
test:
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
release_image:
needs:
- types
- lint
- test
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
with:
latest: true
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}