Skip to content

check spellings (#42) #59

check spellings (#42)

check spellings (#42) #59

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u nexusuw --password-stdin
docker build . --file Dockerfile --tag nexusuw/nexus-uw.github.io:latest
docker push nexusuw/nexus-uw.github.io:latest