Skip to content

Merge pull request #1468 from BlueBrain/feat/undeprecate-others #186

Merge pull request #1468 from BlueBrain/feat/undeprecate-others

Merge pull request #1468 from BlueBrain/feat/undeprecate-others #186

Workflow file for this run

name: Preview
on:
push:
branches:
- develop
jobs:
publish-preview:
if: github.event_name == 'push'
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build
run: |
docker build -t bluebrain/nexus-web:preview .
- name: Publish To DockerHub
run: |
echo ${{ secrets.DOCKER_PASS }} | docker login --username ${{ secrets.DOCKER_USER }} --password-stdin
docker push bluebrain/nexus-web:preview