Compare commits

..

2 Commits

Author SHA1 Message Date
8b93585422 workflow angepasst
All checks were successful
/ push_to_registry (push) Successful in 1m14s
2026-01-24 17:52:15 +01:00
59dd16d4ac fixed code URL
Some checks failed
/ push_to_registry (push) Failing after 1m38s
2026-01-24 17:42:32 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ jobs:
- name: Login to Gitea - name: Login to Gitea
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ secrets.REGISTRY_URL }} # gitea.scu.si registry: ${{ vars.REGISTRY_URL }} # gitea.scu.si
username: ${{ gitea.actor }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push - name: Build and push
@@ -26,5 +26,5 @@ jobs:
# Hier wird die Git-Referenz automatisch als Docker-Tag genutzt # Hier wird die Git-Referenz automatisch als Docker-Tag genutzt
#tags: gitea.scu.si/florianwalther/password-generator:${{ gitea.ref_name }} #tags: gitea.scu.si/florianwalther/password-generator:${{ gitea.ref_name }}
tags: | tags: |
gitea.scu.si/florianwalther/password-generator:${{ gitea.ref_name }} gitea.scu.si/florian.walther/password-generator:${{ gitea.ref_name }}
gitea.scu.si/florianwalther/password-generator:latest gitea.scu.si/florian.walther/password-generator:latest

View File

@@ -256,7 +256,7 @@ html := fmt.Sprintf(
<body> <body>
<div class="container"> <div class="container">
<a href="/help" class="help-link">API</a> <a href="/help" class="help-link">API</a>
<a class="about-link" href="https://gitea.scu.si/FlorianWalther/Web-Password">code</a> <a class="about-link" href="https://gitea.scu.si/Florian.Walther/Web-Password">code</a>
<h1>Generiertes Passwort</h1> <h1>Generiertes Passwort</h1>
<div id="password">%s</div> <div id="password">%s</div>
<div class="buttons"> <div class="buttons">