Skip to content

Bump docker/login-action from 2.0.0 to 3.2.0 #68

Bump docker/login-action from 2.0.0 to 3.2.0

Bump docker/login-action from 2.0.0 to 3.2.0 #68

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)