Skip to content

Commit

Permalink
Update main_build-aspnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Feb 12, 2024
1 parent 7580889 commit 82b9a36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main_build-aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ jobs:
- name: Verify tag output
run: echo ${{ steps.tag-creator.outputs.DOCKER_HUB_TAG }}

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

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

- name: Get package metadata from Docker Hub
id: meta
uses: docker/metadata-action@v5
Expand All @@ -67,6 +73,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: src/AspNetCore/MyAspNetCoreApp
platforms: linux/arm64,linux/amd64
push: true
secrets: |
telerik_key=${{ steps.akeyless.outputs.TELERIK_NUGET_KEY }}
Expand Down

0 comments on commit 82b9a36

Please sign in to comment.