Skip to content

fix: Guard against NaN values and improve time formatting #821

fix: Guard against NaN values and improve time formatting

fix: Guard against NaN values and improve time formatting #821

name: Deploy Development Release to DockerHub
on:
push:
branches: [ "development" ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
platforms: linux/amd64
tags: germannewsmaker/myspeed:development
cache-from: type=gha
cache-to: type=gha,mode=max