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 - force image
  • Loading branch information
o-orand committed Sep 26, 2024
1 parent 133b526 commit b9c7eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-using-cnb-buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
services:
redis-service:
# Docker Hub image
image: ${{env.SERVICE_IMAGE}}
image: redis:6
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"
Expand Down

0 comments on commit b9c7eba

Please sign in to comment.