change
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s Details

This commit is contained in:
DrMaxNix 2024-04-20 16:40:59 +02:00
parent 8ea0506a1f
commit 60d2e8aea2
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
manifest:org.opencontainers.image.licenses=MIT
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5

View File

@ -1,4 +1,4 @@
<?php
echo("<pre style='background-color: #f8a;'>" . "v1.0.3" . "</pre>");
echo("<pre style='background-color: #f8a;'>" . "v1.0.4" . "</pre>");
echo("<pre style='background-color: #af8;'>" . print_r($_SERVER, true) . "</pre>");
?>