Skip to content

Commit

Permalink
Dev branch (#7)
Browse files Browse the repository at this point in the history
* fix: forgot to run pre-commit

* fix: bad config file carried over

* ci: add docker-build workflow

* ci: add docker-build workflow

* ci: add docker-build workflow

* ci: add docker-build workflow

* ci: add main docker-build workflow
  • Loading branch information
irish1986 authored Oct 31, 2024
1 parent 0855514 commit b196536
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,21 @@ jobs:
with:
comments: "4321tset"
enable: false

docker-build:
name: Call Docker Build
uses: irishlab-io/admin/.github/workflows/reusable-docker-build.yml@main

needs:
- pre-commit
- secret

permissions:
contents: read
packages: write
pull-requests: write

with:
context: "./docker/"
image-names: |
ghcr.io/${{ github.repository }}

0 comments on commit b196536

Please sign in to comment.