This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Parse Caddy version
|
||||
id: version
|
||||
run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' ./Dockerfile | cut -d ':' -f2)" | tee -a $GITEA_OUTPUT
|
||||
run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+' ./Dockerfile | head -1 | cut -d ':' -f2)" | tee -a $GITEA_OUTPUT
|
||||
|
||||
- name: Generate Docker metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user