Skip to content

Commit ad750fd

Browse files
committed
push
1 parent 24bd387 commit ad750fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,13 @@ jobs:
3939
docker image tag ghcr.io/carapace-sh/shell-powershell ghcr.io/carapace-sh/shell-powershell:${tag}
4040
docker image tag ghcr.io/carapace-sh/shell-xonsh ghcr.io/carapace-sh/shell-xonsh:${tag}
4141
docker image tag ghcr.io/carapace-sh/shell-zsh ghcr.io/carapace-sh/shell-zsh:${tag}
42+
43+
docker image push ghcr.io/carapace-sh/base:${tag}
44+
docker image push ghcr.io/carapace-sh/shell-bash-ble:${tag}
45+
docker image push ghcr.io/carapace-sh/shell-elvish:${tag}
46+
docker image push ghcr.io/carapace-sh/shell-fish:${tag}
47+
docker image push ghcr.io/carapace-sh/shell-nushell:${tag}
48+
docker image push ghcr.io/carapace-sh/shell-oil:${tag}
49+
docker image push ghcr.io/carapace-sh/shell-powershell:${tag}
50+
docker image push ghcr.io/carapace-sh/shell-xonsh:${tag}
51+
docker image push ghcr.io/carapace-sh/shell-zsh:${tag}

0 commit comments

Comments
 (0)