Skip to content

Commit

Permalink
get to working state
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Oct 27, 2023
1 parent a64d366 commit fec389a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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' }}
# Use ghcr.io/radius-project/dev for PR build. Otherwise, use ghcr.io/radius-project.
CONTAINER_REGISTRY: ${{ github.event.pull_request.number && 'ghcr.io/radius-project/dev' || 'ghcr.io/radius-project' }}
# Set to true to push images to registry.
PUSH_IMAGE: true

Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
with:
context: ./${{ matrix.directory }}
push: ${{ env.PUSH_IMAGE }}
tags: ${{ env.CONTAINER_REGISTRY }}/${{ matrix.image }}:${{ env.VERSION }
tags: ${{ env.CONTAINER_REGISTRY }}/${{ matrix.image }}:${{ env.VERSION }}

0 comments on commit fec389a

Please sign in to comment.