Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b93585422 | |||
| 59dd16d4ac |
@@ -14,8 +14,8 @@ jobs:
|
||||
- name: Login to Gitea
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ secrets.REGISTRY_URL }} # gitea.scu.si
|
||||
username: ${{ gitea.actor }}
|
||||
registry: ${{ vars.REGISTRY_URL }} # gitea.scu.si
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
@@ -26,5 +26,5 @@ jobs:
|
||||
# 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 }}
|
||||
gitea.scu.si/florianwalther/password-generator:latest
|
||||
gitea.scu.si/florian.walther/password-generator:${{ gitea.ref_name }}
|
||||
gitea.scu.si/florian.walther/password-generator:latest
|
||||
|
||||
2
main.go
2
main.go
@@ -256,7 +256,7 @@ html := fmt.Sprintf(
|
||||
<body>
|
||||
<div class="container">
|
||||
<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>
|
||||
<div id="password">%s</div>
|
||||
<div class="buttons">
|
||||
|
||||
Reference in New Issue
Block a user