Skip to content

Commit c1c7ce6

Browse files
authored
dev
1 parent d8fba4b commit c1c7ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: meta
5656
uses: docker/metadata-action@v5
5757
with:
58-
images: ghcr.io/${{ github.repository }}
58+
ghcr.io/${{ format('{0}', github.repository) }}
5959

6060
- name: Build and push
6161
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)