Skip to content

Commit

Permalink
chore: fixed the release file
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Jul 25, 2024
1 parent ddf5090 commit eff5ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
build-args: |
GPR_TOKEN=${{ secrets.GPR_TOKEN }}
tags: |
${{ secrets.GHCR_REGISTRY }}/eyblockchain/timber-updated:latest
ghcr.io/eyblockchain/timber-updated:latest
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
push: true
Expand All @@ -58,4 +58,4 @@ jobs:
propagate_failure: true
trigger_workflow: true
wait_workflow: true
client_payload: '{"image": "${{ secrets.GHCR_REGISTRY }}/eyblockchain/timber-updated:latest"}'
client_payload: '{"image": "ghcr.io/eyblockchain/timber-updated:latest"}'

0 comments on commit eff5ac8

Please sign in to comment.