Skip to content

Commit

Permalink
jitsi-component-selector, chore: fix context var in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Feb 29, 2024
1 parent 42b9ad2 commit f87a0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jitsi-component-selector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
CONTEXT: jitsi-component-selector
REGISTRY: ghcr.io
IMAGE_NAME: "${{ github.repository }}/${{ CONTEXT }}"
IMAGE_NAME: "${{ github.repository }}/${{ env.CONTEXT }}"

jobs:
build:
Expand Down

0 comments on commit f87a0f1

Please sign in to comment.