Skip to content

chore: increase max_retries and retry_backoff for tasks (#491) #425

chore: increase max_retries and retry_backoff for tasks (#491)

chore: increase max_retries and retry_backoff for tasks (#491) #425

name: Push Docker Images
on:
push:
branches:
- main
jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
push:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Push docker image
env:
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
run : make github_docker_push