We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687ad70 commit 58720b1Copy full SHA for 58720b1
.github/workflows/docker-image.yml
@@ -45,7 +45,7 @@ jobs:
45
docker buildx build \
46
--cache-from=type=local,src=/tmp/.buildx-cache \
47
--cache-to=type=local,dest=/tmp/.buildx-cache,mode=max \
48
- --tag ghcr.io/ximeraProject/xake2024:${{ github.ref_name }}-full \
+ --tag ghcr.io/ximeraproject/xake2024:${{ github.ref_name }}-full \
49
--file xake/Dockerfile.2024 \
50
--push .
51
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
- --tag ghcr.io/ximeraProject/xake2024:${{ github.ref_name }}-medium \
+ --tag ghcr.io/ximeraproject/xake2024:${{ github.ref_name }}-medium \
59
--file xake/Dockerfile.2024medium \
60
61
0 commit comments