Skip to content

Update docker.yml

Update docker.yml #13

Workflow file for this run

name: Docker CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker image
run: docker build -t internethealthreport/ihr-website:$(date +%s) .