Skip to content

Commit 1d73c4a

Browse files
committed
WIP
1 parent 246f3ed commit 1d73c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
109109
"$context"
110110
echo "::endgroup::"
111111
docker images
112-
docket tag rust-ci ghcr.io/kobzol/rust-ci:${cksum}
112+
docker tag rust-ci ghcr.io/kobzol/rust-ci:${cksum}
113113
docker push ghcr.io/kobzol/rust-ci:${cksum}
114114

115115
if [ "$CI" != "" ]; then

0 commit comments

Comments
 (0)