Skip to content

Commit 58720b1

Browse files
committed
need lowercase docker repo
1 parent 687ad70 commit 58720b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
docker buildx build \
4646
--cache-from=type=local,src=/tmp/.buildx-cache \
4747
--cache-to=type=local,dest=/tmp/.buildx-cache,mode=max \
48-
--tag ghcr.io/ximeraProject/xake2024:${{ github.ref_name }}-full \
48+
--tag ghcr.io/ximeraproject/xake2024:${{ github.ref_name }}-full \
4949
--file xake/Dockerfile.2024 \
5050
--push .
5151
@@ -55,7 +55,7 @@ jobs:
5555
docker buildx build \
5656
--cache-from=type=local,src=/tmp/.buildx-cache \
5757
--cache-to=type=local,dest=/tmp/.buildx-cache,mode=max \
58-
--tag ghcr.io/ximeraProject/xake2024:${{ github.ref_name }}-medium \
58+
--tag ghcr.io/ximeraproject/xake2024:${{ github.ref_name }}-medium \
5959
--file xake/Dockerfile.2024medium \
6060
--push .
6161

0 commit comments

Comments
 (0)