Add gitea link

This commit is contained in:
Luke Harding 2024-04-19 15:06:48 -04:00
parent 6f211f297e
commit 9589571244
2 changed files with 10 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PACKAGE.PAT }}
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
- name: Extract metadata (tags, labels) for Docker
id: meta

View File

@ -16,6 +16,15 @@ import Layout from "../layouts/Layout.astro";
data-glitch="GITHUB">Github</a
>
</li>
<li>
<a
href="https://git.lukeh990.io"
target="_blank"
rel="noopener noreferrer"
class="glitch"
data-glitch="PROJECTS">Projects</a
>
</li>
<li>
<a
href="mailto:luke@lukeh990.io"