Skip to content

Add tenacy for retrying redis connection if dropped during worker ins… #143

Add tenacy for retrying redis connection if dropped during worker ins…

Add tenacy for retrying redis connection if dropped during worker ins… #143

name: Docker Image CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --tag raw-data-api:$(date +%s)