Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fix: v2.2.3
Browse files Browse the repository at this point in the history
This is another update, literally just swapping out the tags for the raw values instead
  • Loading branch information
No767 committed Aug 17, 2022
2 parents bc7e681 + 994bf37 commit 2f109de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
images: |
ghcr.io/no767/rin
tags: |
type=ref,event=tag
type=raw,value=v2.2.3
type=edge,branch=dev,suffix=-{{sha}}
flavor: |
latest=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
images: |
no767/rin-prod
tags: |
type=ref,event=tag
type=raw,value=v2.2.3
type=edge,branch=dev
flavor: |
latest=true
Expand Down
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ✨ Rin V2.2.2 (LTS) ✨
# ✨ Rin V2.2.3 (LTS) ✨

A very small fix since the Docker Build commands failed
A very small fix since the Docker Build commands failed again

## Changes
- Use ref type and tag event to capture proper tag
- Just use raw values instead
## Additions


Expand Down

0 comments on commit 2f109de

Please sign in to comment.