Skip to content

Commit

Permalink
Use the full name for Redis image
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev committed Jul 28, 2023
1 parent ae128e4 commit ba45a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ env:
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Allow `--HEAD` flag when running tests against HEAD
HOMEBREW_NO_INSTALL_FROM_API: 1
# Pull the same tag as in docker-compose.redis.yaml
REDIS_IMAGE_TAG: 6-bullseye
# Pull the same image as in docker-compose.redis.yaml
REDIS_IMAGE: redis:6-bullseye
jobs:
tests:
defaults:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Download docker images
run: |
mkdir junk && pushd junk && ddev config --auto && ddev debug download-images >/dev/null
docker pull redis:${REDIS_IMAGE_TAG} >/dev/null
docker pull ${REDIS_IMAGE} >/dev/null
- name: tmate debugging session
uses: mxschmitt/action-tmate@v3
with:
Expand Down

0 comments on commit ba45a61

Please sign in to comment.