Skip to content

increase version

increase version #96

Workflow file for this run

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