Skip to content

Add Android APK to download options. #42

Add Android APK to download options.

Add Android APK to download options. #42

Workflow file for this run

name: Docker Build
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Build the Docker image
run: docker build -t companyzero/bisonrelay-web:$(date +%s) .