File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -170,4 +170,5 @@ jobs:
170170 run : |
171171 crane auth login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }} index.docker.io
172172 crane tag lycheeorg/lychee:testing-${{ github.run_id }} dev
173+ crane tag lycheeorg/lychee:testing-${{ github.run_id }} nightly
173174 crane cp lycheeorg/lychee:testing-${{ github.run_id }} lycheeorg/lychee-laravel:dev
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The following tags are available :
3232
3333* ` latest ` : Latest Lychee release
3434* ` v[NUMBER] ` : Stable version tag for a Lychee release
35- * ` dev ` : Current master branch tag (Lychee operates on a stable master, so this should usually be safe)
35+ * ` nightly ` (also ` dev ` ) : Current master branch tag (Lychee operates on a stable master, so this should usually be safe)
3636* ` testing ` : Tag for testing new branches and pull requests. Designed for internal use by LycheeOrg.
3737
3838## Setup
You can’t perform that action at this time.
0 commit comments