Skip to content

Commit

Permalink
Merge pull request #16 from casework/tagged-release
Browse files Browse the repository at this point in the history
Update Tag Release
  • Loading branch information
ajnelson-nist authored Jun 17, 2024
2 parents b449fae + fb9db04 commit 3d6b2b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,20 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Generate Tag Name
uses: docker/metadata-action@v5
id: meta
with:
images: kchason/rdf-toolkit-normalizer:${{ github.ref_name }}

- name: Build and Push Latest
uses: docker/build-push-action@v6
with:
push: true
tags: kchason/rdf-toolkit-normalizer:latest

- name: Build and Push Latest
- name: Build and Push Tag
uses: docker/build-push-action@v6
with:
push: true
tags: kchason/rdf-toolkit-normalizer:${GITHUB_REF_NAME}
tags: ${{ steps.meta.outputs.tags }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NOTE: When editing this YAML snippet, confirm the version lines up with the cont
```yaml
repos:
- repo: https://github.com/casework/rdf-toolkit-action
rev: 0.3.0
rev: 2.0.2
hooks:
- id: rdf-toolkit-normalizer
args:
Expand Down

0 comments on commit 3d6b2b8

Please sign in to comment.