Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 authored Jan 14, 2025
1 parent 22a69c5 commit d5c84fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
build-publish:
uses: chnm/.github/.github/workflows/django--build-publish.yml@fix-github-context
uses: chnm/.github/.github/workflows/django--build-publish.yml@main
secrets: inherit
with:
container-registry: "ghcr.io"
Expand All @@ -27,7 +27,7 @@ jobs:
website-prod-fqdn: "test1.rrchnm.org"

deploy:
uses: chnm/.github/.github/workflows/django--deploy.yml@fix-github-context
uses: chnm/.github/.github/workflows/django--deploy.yml@main
needs: [build-publish]
secrets: inherit
with:
Expand Down

0 comments on commit d5c84fe

Please sign in to comment.