Skip to content

Merge pull request #92 from alvelchev/dependabot/maven/org.springfram… #76

Merge pull request #92 from alvelchev/dependabot/maven/org.springfram…

Merge pull request #92 from alvelchev/dependabot/maven/org.springfram… #76

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag spring-practices-demo:$(date +%s)