Skip to content

Commit b8482d7

Browse files
committed
fix
1 parent f90b2ee commit b8482d7

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed

.github/build_and_publish_image.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/build_and_publish_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/metadata-action@v4
4343
with:
4444
images: |
45-
ghcr.io/${{ github.repository_owner }}/{{ github.repository }}
45+
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
4646
tags: |
4747
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
4848
type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)