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

This commit is contained in:
DrMaxNix 2024-04-20 17:02:55 +02:00
parent 46633f4520
commit 173ade70bd
2 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
- name: Login to Git Container Registry
uses: https://github.com/docker/login-action@v3
with:
@ -22,6 +22,12 @@ jobs:
username: ${{ secrets.GIT_PACKREG_USERNAME }}
password: ${{ secrets.GIT_PACKREG_PASSWORD }}
- name: Login to DockerHub Container Registry
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: https://github.com/docker/metadata-action@v5

View File

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