Skip to content

Commit

Permalink
Updated docker image version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Nov 8, 2024
1 parent 82fc7e2 commit 69f1468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ runs:
fetchUrlsHeadlessly=${{ inputs.fetch-urls-headlessly || 'false' }}
docker pull ghcr.io/culturecreates/artsdata-pipeline-action/artsdata-rdf-fetcher:latest
docker run --shm-size=1g -v $(pwd)/output:/usr/src/app/output ghcr.io/culturecreates/artsdata-pipeline-action/artsdata-rdf-fetcher:main \
docker run --shm-size=1g -v $(pwd)/output:/usr/src/app/output ghcr.io/culturecreates/artsdata-pipeline-action/artsdata-rdf-fetcher:latest \
"${{ inputs.page-url }}" \
"${{ inputs.entity-identifier }}" \
"output/${{ inputs.downloadFile }}" \
Expand Down

0 comments on commit 69f1468

Please sign in to comment.