Fix job name
This commit is contained in:
parent
9f8b2e7711
commit
a5d27537da
2
.github/workflows/deploy-dev.yaml
vendored
2
.github/workflows/deploy-dev.yaml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
uses: ditkrg/dit-digital-service-manual/.github/workflows/deploy-base.yaml@dev
|
||||
needs: [setup, build]
|
||||
needs: [setup, build-push]
|
||||
with:
|
||||
image: ${{ needs.setup.outputs.image-sha }}
|
||||
env_url: https://service-manual.docs.dev.krd
|
||||
|
||||
2
.github/workflows/deploy-production.yaml
vendored
2
.github/workflows/deploy-production.yaml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
uses: ditkrg/dit-digital-service-manual/.github/workflows/deploy-base.yaml@main
|
||||
needs: [setup, build]
|
||||
needs: [setup, build-push]
|
||||
with:
|
||||
image: ${{ needs.setup.outputs.image-sha }}
|
||||
env_url: https://docs.digital.gov.krd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user