diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 4f7e341d..32eece37 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -40,7 +40,7 @@ jobs: uses: fjogeleit/yaml-update-action@v0.7.0 with: valueFile: 'alby-simnet-deployment/values.yaml' - propertyPath: 'nostr-wallet-connect.image.tag' + propertyPath: 'nwc.image.tag' value: ${{ steps.build.outputs.tags }} repository: getalby/alby-deployment branch: main @@ -54,7 +54,7 @@ jobs: uses: fjogeleit/yaml-update-action@v0.7.0 with: valueFile: 'alby-mainnet-deployment/values.yaml' - propertyPath: 'nostr-wallet-connect.image.tag' + propertyPath: 'nwc.image.tag' value: ${{ steps.build.outputs.tags }} repository: getalby/alby-deployment branch: main