Skip to content

chore: bump org.seleniumhq.selenium:selenium-java from 4.11.0 to 4.12.0 #50

chore: bump org.seleniumhq.selenium:selenium-java from 4.11.0 to 4.12.0

chore: bump org.seleniumhq.selenium:selenium-java from 4.11.0 to 4.12.0 #50

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