Skip to content

feat: add loading component on getFiles #30

feat: add loading component on getFiles

feat: add loading component on getFiles #30

name: Build and Push nightly image
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: ./docker
file: ./docker/DockerfileNightly
push: true
tags: rakma/minizo:nightly