Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 58b0bd5

Browse files
committed
Fix: Repository name must be lowercase 😭
1 parent 1d96562 commit 58b0bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
file: docker/Dockerfile
6868
push: true
6969
platforms: linux/amd64,linux/arm64,linux/arm/v7
70-
tags: ghcr.io/${{ github.repository_owner }}/dockstatapi:${{ env.IMAGE_TAG }}
70+
tags: ghcr.io/its4nik/dockstatapi:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)