Skip to content

Create 2024-07-10-chromeos-captive-wifi-login.md #62

Create 2024-07-10-chromeos-captive-wifi-login.md

Create 2024-07-10-chromeos-captive-wifi-login.md #62

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