Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Oct 27, 2023
1 parent c3d6055 commit 3c01ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
env:
VERSION: ${{ github.event.pull_request.number || 'latest' }}
# Use local-registry/radius-project/dev for PR build. Otherwise, use local-registry/radius-project.
CONTAINER_REGISTRY: ${{ github.event.pull_request.number && 'k3d-myregistry.localhost:5050/radius-project/dev' || 'k3d-myregistry.localhost:5050/radius-project' }}
CONTAINER_REGISTRY: ${{ github.event.pull_request.number && 'k3d-myregistry:5050/radius-project/dev' || 'k3d-myregistry:5050/radius-project' }}
# Set to true to push images to registry.
PUSH_IMAGE: true

Expand Down

0 comments on commit 3c01ff3

Please sign in to comment.