Skip to content

Commit

Permalink
fixup!chore(github-action): build cnb image - remove host network, us…
Browse files Browse the repository at this point in the history
…e link instead - use redis 6
  • Loading branch information
o-orand committed Sep 26, 2024
1 parent 9489801 commit 47f6828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-using-cnb-buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
services:
redis-service:
# Docker Hub image
image: redis
container_name: redis-service
image: "redis:6"
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"
Expand Down

0 comments on commit 47f6828

Please sign in to comment.