Skip to content

fix: switch from fetch_minimum_timestamp to fetch_maximum_timestamp #34

fix: switch from fetch_minimum_timestamp to fetch_maximum_timestamp

fix: switch from fetch_minimum_timestamp to fetch_maximum_timestamp #34

Workflow file for this run

name: Build docker image
on:
push:
jobs:
docker:
name: Build docker image
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish to Dockerhub
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: ${{ github.repository }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_AUTH}}
tags: "latest,${{ github.sha }}"