Skip to content

Commit

Permalink
ci: fix metadata step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Sep 17, 2024
1 parent eb32e64 commit 9add373
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ vars.DOCKER_USERNAME }}/wakatime-leaderboards
images: |
${{ vars.DOCKER_USERNAME }}/wakatime-leaderboards
ghcr.io/${{ github.repository_owner }}/Wakatime-Leaderboards
tags: |
type=ref,event=branch
Expand All @@ -140,6 +141,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
file: Dockerfile
secrets: |
GITHUB_TOKEN=${{ steps.app-token.outputs.token }}
- name: Sign the published Docker Image
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 9add373

Please sign in to comment.