Skip to content

Commit

Permalink
test latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sk593 committed Sep 29, 2023
1 parent 4374024 commit ae4a3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/radius-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
- run: oras version
- name: Push rad bicep binaries to GHCR (${{ matrix.runtime.name }})
run: |
oras push ${{ env.CONTAINER_REGISTRY }}/bicep/rad-bicep/${{ matrix.runtime.name }}:${{ if env.UPDATE_RELEASE == 'true' }}${{ env.REL_VERSION }}${{ else }}latest${{ endif }} ./artifacts/bicep/${{ matrix.runtime.name }}/
oras push ${{ env.CONTAINER_REGISTRY }}/bicep/rad-bicep/${{ matrix.runtime.name }}:latest ./artifacts/bicep/${{ matrix.runtime.name }}/
- name: Check uploaded
run: curl --fail ${{ env.CONTAINER_REGISTRY }}/bicep/rad-bicep/${{ matrix.runtime.name }}:latest -v > out

Expand Down

0 comments on commit ae4a3cf

Please sign in to comment.