Skip to content

Bootstrapping features in repo #4

Bootstrapping features in repo

Bootstrapping features in repo #4

Workflow file for this run

name: Docker
on:
push:
branches:
- '*'
paths:
- '**/Dockerfile'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)