Skip to content

Merge pull request #430 from netarchivesuite/SOLR-429/fix-to-url-quer… #2

Merge pull request #430 from netarchivesuite/SOLR-429/fix-to-url-quer…

Merge pull request #430 from netarchivesuite/SOLR-429/fix-to-url-quer… #2

Workflow file for this run

name: "Test"
on:
push:
jobs:
build-docker-image:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build SolrWayback Docker image
run: docker build --tag solrwayback .