Skip to content

Commit

Permalink
fixing docker image, still failing 'ghcr.io/vocdoni/voconed:main. Err…
Browse files Browse the repository at this point in the history
…or is:credentials not found in native keychain'
  • Loading branch information
lucasmenendez committed Sep 4, 2024
1 parent 8d88c6d commit 69ddaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/voconed.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func StartVoconedContainer(ctx context.Context) (testcontainers.Container, error
return testcontainers.GenericContainer(ctx,
testcontainers.GenericContainerRequest{
ContainerRequest: testcontainers.ContainerRequest{
Image: "vocdoni/vocdoni-node:main",
Image: "ghcr.io/vocdoni/voconed:main",
Entrypoint: []string{"/app/voconed"},
Cmd: voconedCmd,
ExposedPorts: []string{exposedPort},
Expand Down

0 comments on commit 69ddaeb

Please sign in to comment.