mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix(docker-release): Run Docker test only if image is built (#1430)
Currently, During docker release we don't actually build the alpine release but the new docker run test ends up trying to run it and fails. This adds the same toggle that we use for build to prevent the test step.
This commit is contained in:
parent
3aa7c0d7a8
commit
1884ea3ef6
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@ jobs:
|
|||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Test Docker run
|
||||
- if: ${{ hashFiles(format('{0}-{1}', matrix.dockerfile, inputs.build_type)) }}
|
||||
name: Test Docker run
|
||||
run: |
|
||||
# docker run with port-forwarding
|
||||
# install redis-tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue