Skip to content

Commit daedc9e

Browse files
committed
Add :nightly as an alias for :dev
1 parent 89feaeb commit daedc9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)