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

This commit is contained in:
DrMaxNix 2024-04-20 16:47:45 +02:00
parent 8fe17f76f0
commit 46633f4520
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ jobs:
type=semver,pattern={{major}}
labels: |
org.opencontainers.image.licenses=MIT
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.6" . "</pre>");
echo("<pre style='background-color: #f8a;'>" . "v1.1.0" . "</pre>");
echo("<pre style='background-color: #af8;'>" . print_r($_SERVER, true) . "</pre>");
?>