Skip to content

Commit

Permalink
Fix repo missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Aug 13, 2024
1 parent 97c0108 commit 3e91afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5.5.1
with:
images: ${{ inputs.docker-image }}
images: ${{ secrets.docker-repo }}/${{ inputs.docker-image }}
tags: |
# Default values
type=schedule
Expand Down

0 comments on commit 3e91afd

Please sign in to comment.