Skip to content

Commit

Permalink
Update image tag from dev to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Oct 4, 2024
1 parent b18e1ea commit 638d432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 638d432

Please sign in to comment.