Version number to foorter #209 0.1
This commit is contained in:
1
.github/workflows/docker_prod.yml
vendored
1
.github/workflows/docker_prod.yml
vendored
@@ -46,7 +46,6 @@ jobs:
|
|||||||
type=ref,event=branch,suffix=-{{ sha }}
|
type=ref,event=branch,suffix=-{{ sha }}
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
|
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
|
||||||
- uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Update version
|
- name: Update version
|
||||||
uses: brettdorrans/write-version-to-file@master
|
uses: brettdorrans/write-version-to-file@master
|
||||||
|
|||||||
@@ -81,9 +81,6 @@
|
|||||||
<!-- Pi.Alert -------------------------------------------------------------- -->
|
<!-- Pi.Alert -------------------------------------------------------------- -->
|
||||||
<script src="js/pialert_common.js"></script>
|
<script src="js/pialert_common.js"></script>
|
||||||
<script src="js/handle_version.js"></script>
|
<script src="js/handle_version.js"></script>
|
||||||
<script>
|
|
||||||
let time = new Date().toLocaleString("en-UK", { timeZone: "<?php echo $timeZone?>" });
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user