Skip to content

Update sbt, scripted-plugin to 1.10.7 #89

Update sbt, scripted-plugin to 1.10.7

Update sbt, scripted-plugin to 1.10.7 #89

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Build the Docker image
run: docker build . --file Dockerfile --tag otus-gatling-image:$(date +%s)