Skip to content

Bump docker/login-action from 3.0.0 to 3.1.0 #27

Bump docker/login-action from 3.0.0 to 3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0 #27

name: Build and run the local Dockerfile
on:
push:
branches: ['master']
pull_request:
branches: ['master']
env:
PROJECT_NAME: ${{ github.event.repository.name }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: docker build . --file Dockerfile --tag $(echo "${{ env.PROJECT_NAME }}" | tr '[:upper:]' '[:lower:]')