Skip to content

Commit

Permalink
jitsi-component-selector, chore: active login in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Feb 29, 2024
1 parent ce2a4fb commit 37126ed
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/jitsi-component-selector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Custom metadata
run: |
echo "BUILD_DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
echo ${{ env.REGISTRY }}
echo ${{ env.IMAGE_NAME }}
echo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Metadata
uses: docker/metadata-action@v4
Expand All @@ -40,9 +41,9 @@ jobs:
type=raw,value=latest
type=raw,value=v${{ env.BUILD_DATE }}
#- name: Login
# uses: docker/login-action@v2
# with:
# registry: ${{ env.REGISTRY }}
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Login
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 37126ed

Please sign in to comment.