Skip to content

Changing default host to match window location #1

Changing default host to match window location

Changing default host to match window location #1

Workflow file for this run

name: Docker Build Space
on:
push:
paths-ignore:
- 'docs/**'
- 'tests/**'
jobs:
docker:
runs-on:
group: larger-runners
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
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:
push: true
tags: rsamf/graphbook:space-v1
cache-from: type=registry,ref=rsamf/graphbook:space-v1
cache-to: type=inline