Skip to content

Commit

Permalink
fix: container repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt committed Dec 31, 2024
1 parent 329c755 commit 5102c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
broker_jwt: ${{ secrets.broker_jwt_BFB8F8BC_D617_484A_9A4E_E9B98AB4E5BC }}
intention_path: intention.json
quickstart: true
- name: Set intention ID for build job
- name: Echo intention ID for deploy job
id: set-intention-id
run: |
echo "intention_id=${INTENTION_ID}" >> $GITHUB_OUTPUT
Expand All @@ -93,8 +93,8 @@ jobs:
run: npm run build --if-present
- name: Push build
run: |
oras push ghcr.io/${{ github.repository_owner }}/${{ github.repository}}:${PROJECT_VERSION} dist
MANIFEST=$(oras manifest fetch ghcr.io/${{ github.repository_owner }}/${{ github.repository}}:${PROJECT_VERSION})
oras push ghcr.io/${{ github.repository}}:${PROJECT_VERSION} dist
MANIFEST=$(oras manifest fetch ghcr.io/${{ github.repository}}:${PROJECT_VERSION})
echo "artifact_sha256=$(echo $MANIFEST | jq -r '.layers[0].digest')" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5102c49

Please sign in to comment.