Add gitea link
This commit is contained in:
parent
6f211f297e
commit
9589571244
2
.github/workflows/publish-github.yaml
vendored
2
.github/workflows/publish-github.yaml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user