Skip to content

Bump docker/build-push-action from 3.1.0 to 6.5.0 #73

Bump docker/build-push-action from 3.1.0 to 6.5.0

Bump docker/build-push-action from 3.1.0 to 6.5.0 #73

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)