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 144c8e3 commit 84236e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jitsi-component-selector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
echo "BUILD_DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
echo ${{ env.REGISTRY }}
echo ${{ env.CONTEXT }}
echo ${{ env.REGISTRY }}/${{ github.repository }}/${{ CONTEXT }}
echo ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.CONTEXT }}
- name: Metadata
uses: docker/metadata-action@v5
id: meta
with:
images: |
${{ env.REGISTRY }}/${{ github.repository }}/${{ CONTEXT }}
${{ env.REGISTRY }}/${{ github.repository }}/${{ env.CONTEXT }}
tags: |
type=raw,value=latest
type=raw,value=v${{ env.BUILD_DATE }}
Expand Down

0 comments on commit 84236e9

Please sign in to comment.