Skip to content

Commit

Permalink
Create build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 authored May 2, 2024
1 parent 18c7931 commit 06562fc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Build and Publish Docker Image"

on:
workflow_dispatch:
push:
branches:
- "feature/cicd"
#- "main"
paths:
- ".github/workflows/build-and-publish.yml"
#- "**"

jobs:
workflow:
uses: chnm/.github/.github/workflows/django--build-publish.yml@main
secrets: inherit
with:
container-registry: "ghcr.io"
container-image-name: "lasfera"

#django-context-root: "django"

website-devl-fqdn: "dev.lasfera.rrchnm.org"
website-prod-fqdn: "dev.lasfera.rrchnm.org"

0 comments on commit 06562fc

Please sign in to comment.