diff --git a/.github/workflows/push-github.yml b/.github/workflows/push-github.yml index 85cd94bd..390ace20 100644 --- a/.github/workflows/push-github.yml +++ b/.github/workflows/push-github.yml @@ -46,7 +46,7 @@ jobs: VERAPDF_VERSION=1.27 VERAPDF_MINOR_VERSION=${{ steps.version.outputs.version }} VERAPDF_INSTALLER_FOLDER=develop - tags: ghcr.io/verapdf/cli:dev,ghcr.io/verapdf/cli:${{ github.ref_name }} + tags: ghcr.io/verapdf/cli:latest,ghcr.io/verapdf/cli:${{ github.ref_name }} labels: ${{ steps.meta.outputs.labels }} send-notification: diff --git a/README.md b/README.md index 2d9f145a..53c58566 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ The version built is controlled by three arguments in the Dockerfile, `VERAPDF_V To run the latest dev build available in the GitHub registry: - docker run --rm -it -v "$(pwd):/data" ghcr.io/verapdf/cli:dev a.pdf + docker run --rm -it -v "$(pwd):/data" ghcr.io/verapdf/cli:latest a.pdf To build and run the very latest version: