Skip to content

Bump org.eclipse.jgit from 6.5.0.202303070854-r to 6.6.0.202305301015… #470

Bump org.eclipse.jgit from 6.5.0.202303070854-r to 6.6.0.202305301015…

Bump org.eclipse.jgit from 6.5.0.202303070854-r to 6.6.0.202305301015… #470

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: DOCKER_BUILDKIT=1 docker build --file front-end/Dockerfile --output build --tag my-image-name:$(date +%s) front-end