Skip to content

Commit

Permalink
fix: registry name in nightly (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight authored Jan 23, 2025
1 parent a8e1f35 commit 56cb097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
vars:
runs-on: ubuntu-latest
outputs:
REGISTRY_NAME: "k8scc01covidacr"
DEV_REGISTRY_NAME: "k8scc01covidacrdev"
REGISTRY_NAME: "k8scc01covidacr.azurecr.io"
DEV_REGISTRY_NAME: "k8scc01covidacrdev.azurecr.io"
branch-name: "master"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 56cb097

Please sign in to comment.