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 00f51e3 commit a246520
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 @@ -16,7 +16,7 @@ concurrency:
jobs:

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

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

0 comments on commit a246520

Please sign in to comment.