Skip to content

Commit 441ece8

Browse files
committed
Release 2.3.2
1 parent e259acd commit 441ece8

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.gitea/workflows/build_docker.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ run-name: ${{ gitea.actor }} Building Docker Image 🐳
33
on: [push]
44
env:
55
DOCKER_HOST: tcp://127.0.0.1:2375
6-
ASSETS: 2.3.1
76

87
jobs:
98
test:
@@ -65,10 +64,7 @@ jobs:
6564
public/js/app.js
6665
public/js/manifest.js
6766
public/js/vendor.js
68-
#key: build-pla-page-assets-${{ hashFiles('**/package-lock.json') }}
69-
key: build-pla-page-assets-${{ env.ASSETS }}
70-
#restore-keys: |
71-
# build-pla-page-assets-
67+
key: pla-page-assets-${{ env.GITHUB_SHA }}
7268

7369
build:
7470
strategy:
@@ -128,10 +124,7 @@ jobs:
128124
public/js/app.js
129125
public/js/manifest.js
130126
public/js/vendor.js
131-
#key: build-pla-page-assets-${{ hashFiles('**/package-lock.json') }}
132-
key: build-pla-page-assets-${{ env.ASSETS }}
133-
#restore-keys: |
134-
# build-pla-page-assets-
127+
key: pla-page-assets-${{ env.GITHUB_SHA }}
135128

136129
- if: ${{ steps.cache-page-assets.outputs.cache-hit != 'true' }}
137130
name: List the state of page assets

public/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.1-rel
1+
v2.3.2-rel

0 commit comments

Comments
 (0)