Skip to content

Use Spring Boot to implement the application #41

Use Spring Boot to implement the application

Use Spring Boot to implement the application #41

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build the Docker image
run: docker buildx build . --file Dockerfile --tag miguno/java-docker-build-tutorial:$(date +%s)