Skip to content

Commit

Permalink
Fix format for Docker GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Nov 18, 2023
1 parent e0049d1 commit 400fa54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ github.action_repository }}
images: ${{ github.repository }}
tags: |
type=ref,event=tag
Expand Down

0 comments on commit 400fa54

Please sign in to comment.