mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Keeping edge only #708
This commit is contained in:
parent
57b288feb6
commit
569b11b1b1
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -32,7 +32,7 @@ In case of a server side error, provide logs:
|
||||
|
||||
**Used app version**:
|
||||
- compiled from source
|
||||
- docker-nightly
|
||||
- docker-edge
|
||||
- docker-vXX
|
||||
- release vXX
|
||||
- ect...
|
||||
|
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -141,9 +141,7 @@ jobs:
|
||||
file: docker/${{ matrix.container }}/Dockerfile.build
|
||||
platforms: ${{ matrix.platforms }}
|
||||
push: true
|
||||
tags: |
|
||||
bpatrik/pigallery2:edge-${{ matrix.container }}
|
||||
bpatrik/pigallery2:nightly-${{ matrix.container }}
|
||||
tags: bpatrik/pigallery2:edge-${{ matrix.container }}
|
||||
- name: Push release on new Tag
|
||||
if: ${{ startsWith(github.ref_type , 'tag') && !github.event.issue.pull_request && matrix.container != 'debian-bullseye'}}
|
||||
uses: docker/build-push-action@v3
|
||||
|
@ -5,7 +5,7 @@ available tags:
|
||||
- `v*` (stable): built from the release with the same version name.
|
||||
- `latest` (stable): same as the latest `v*`, built with debian buster
|
||||
- `edge` : built from the current state of `master`. This might break from time to time.
|
||||
- `nightly` : Deprecated. Rename to `edge`. See #708.
|
||||
- `nightly` : Deprecated. Rename to `edge`. See [#708](https://github.com/bpatrik/pigallery2/issues/708).
|
||||
|
||||
**Note**: Some changes may require database reset or config changes, see [#317](https://github.com/bpatrik/pigallery2/issues/317) (If you want to reduce the frequency of those, use stable builds (`latest`)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -6,7 +6,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pigallery2",
|
||||
"version": "1.9.6-nightly",
|
||||
"version": "1.9.6-edge",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"archiver": "5.3.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pigallery2",
|
||||
"version": "1.9.6-nightly",
|
||||
"version": "1.9.6-edge",
|
||||
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
|
||||
"author": "Patrik J. Braun",
|
||||
"homepage": "https://github.com/bpatrik/PiGallery2",
|
||||
|
@ -1,8 +1,4 @@
|
||||
<ngx-loading-bar [includeSpinner]="false" color="#337ab7" height="3px"></ngx-loading-bar>
|
||||
<div class="alert alert-danger" role="alert">
|
||||
You are using the :nightly docker tag. nightly is renamed to :edge and discontinued.
|
||||
<a href="https://github.com/bpatrik/pigallery2/issues/708">See #708</a>.
|
||||
</div>
|
||||
<div #navContainer class="navbar-container auto-hide-navbar"
|
||||
[class.navbar-keep-top]="navbarKeepTop || fixNavbarOnTop"
|
||||
[class.hide-navbar]="!navbarKeepTop && shouldHideNavbar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user