Skip to content

Bump ubuntu from 22.04 to 24.04 #71

Bump ubuntu from 22.04 to 24.04

Bump ubuntu from 22.04 to 24.04 #71

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag nginx-rtmp:$(date +%s)