Skip to content

Commit

Permalink
ci(docker): Add latest tag to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 1, 2022
1 parent f95be47 commit e6a6529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
uses: docker/build-push-action@v2.8.0
with:
push: true
tags: ${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:${{ github.ref_name }}
tags:
- ${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:${{ github.ref_name }}
- ${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:latest
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"UBUNTU_VERSION=${{ matrix.version-pair.ubuntu }}"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

The full list of trusted issuers is available in the [VCI Directory](https://github.com/the-commons-project/vci-directory).

## Deploying

You can deploy it via Docker CLI with `docker run ghcr.io/jidicula/vci-check:latest`

# vci-check/checker

This repo also provides the Go package `checker`, containing types corresponding to the VCI directory and functions for working with them.

0 comments on commit e6a6529

Please sign in to comment.