Skip to content

Commit

Permalink
chore: rename setup container image
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Nov 14, 2021
1 parent cda9d6e commit cb20bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func setupVm(
hostPrivateKey wgtypes.Key,
vmPrivateKey wgtypes.Key,
) error {
imageName := "ghcr.io/chipmk/docker-mac-net-connect:latest"
imageName := "ghcr.io/chipmk/docker-mac-net-connect/setup:latest"

pullStream, err := dockerCli.ImagePull(ctx, imageName, types.ImagePullOptions{})
if err != nil {
Expand Down

0 comments on commit cb20bda

Please sign in to comment.