Skip to content

Commit

Permalink
Update main_build-blazor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Feb 12, 2024
1 parent a6cc019 commit a55c615
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main_build-blazor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,19 @@ jobs:
with:
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# Using GitHub Actions secrets, we can pass in the Telerik NuGet key to be mounted in the Dockerfile's commands
# NOTE: this job does NOT push to Dockerhub because the previous job above already does that
# NOTE: this job does NOT push to Dockerhub (because the previous job did it already)
- name: Build Docker
uses: docker/build-push-action@v5
with:
context: src/Blazor/MyBlazorApp
platforms: linux/arm64,linux/amd64
push: false
secrets: |
telerik_username=${{ secrets.MyTelerikAccountUsername }}
Expand Down

0 comments on commit a55c615

Please sign in to comment.