Skip to content

Commit 9152f28

Browse files
committed
release: 2.1.70
1 parent 2aa11a5 commit 9152f28

File tree

4 files changed

+5
-34
lines changed

4 files changed

+5
-34
lines changed

.dockerignore

-3
This file was deleted.

.github/workflows/release.yml

-30
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,3 @@ jobs:
2020
githubToken: ${{ secrets.GITHUB_TOKEN }}
2121
tag: ${{ github.ref }}
2222
title: "Golden Frame"
23-
24-
docker-push:
25-
name: Build Docker Image
26-
runs-on: ubuntu-latest
27-
28-
permissions:
29-
id-token: write
30-
packages: write
31-
32-
steps:
33-
- name: Checkout
34-
uses: actions/checkout@v4
35-
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v3
37-
- name: Log in to GitHub Container Registry
38-
uses: docker/login-action@v3
39-
with:
40-
registry: ghcr.io
41-
username: ${{ github.repository_owner }}
42-
password: ${{ secrets.GITHUB_TOKEN }}
43-
44-
- name: Build Docker Image and Push
45-
uses: docker/build-push-action@v5
46-
with:
47-
context: .
48-
push: true
49-
tags: ghcr.io/leomotors/golden-frame-server:${{ github.ref_name }},ghcr.io/leomotors/golden-frame-server:latest
50-
platforms: linux/amd64,linux/arm64
51-
cache-from: type=gha
52-
cache-to: type=gha,mode=max

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notables change for Cocoa Discord Utils will be noted here
44

5+
## [2.1.70] - 2023-12-31
6+
7+
- feat!: update list_frames to return dataclass to make it extensible
8+
59
## [2.0.69] - 2023-12-28
610

711
- feat: perspective transformation by @WasinUddy

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "golden-frame"
3-
version = "2.0.69"
3+
version = "2.1.70"
44
description = "Golden Frame \"กรอบทอง\" Generator, Create Golden Frame for given images (Also supports other frame, included with selected quality frames)"
55
authors = [
66
"Nutthapat Pongtanyavichai <59821765+Leomotors@users.noreply.github.com>",

0 commit comments

Comments
 (0)