Skip to content

fix: increase timeout to 5 minutes to be more flexible for dkg #9

fix: increase timeout to 5 minutes to be more flexible for dkg

fix: increase timeout to 5 minutes to be more flexible for dkg #9

Workflow file for this run

name: guardian-ui
on:
push:
paths:
- package.json
- yarn.lock
- .github/workflows/guardian-ui.yml
- apps/guardian-ui/**
- packages/**
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
if: ${{ github.ref == 'refs/heads/master' }}
uses: docker/login-action@v2
with:
username: fedimintui
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and push guardian-ui
uses: docker/build-push-action@v4
with:
file: Dockerfile.guardian-ui
push: ${{ github.ref == 'refs/heads/master' }}
tags: fedimintui/guardian-ui:latest