Skip to content

chore: bump jvm from 1.9.0 to 1.9.10 #47

chore: bump jvm from 1.9.0 to 1.9.10

chore: bump jvm from 1.9.0 to 1.9.10 #47

Workflow file for this run

name: Push Workflow
on:
push:
branches-ignore:
- main
jobs:
Push-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Build jar
uses: gradle/gradle-build-action@v2
with:
arguments: shadowJar
- name: Build docker image
uses: docker/build-push-action@v4
with:
tags: webcrawler:latest
- name: Run the software
run: docker run webcrawler:latest