Skip to content

Commit

Permalink
Fix Docker Hub push
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 6, 2023
1 parent e969089 commit d40b66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=tag
Expand Down

0 comments on commit d40b66d

Please sign in to comment.