Merge branch 'main' of git.nickorlow.com:nickorlow/personal-site
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m0s

This commit is contained in:
Nicholas Orlowsky 2025-09-27 11:48:04 -04:00
commit 8ff856d8d3
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ on:
repository_dispatch: repository_dispatch:
env: env:
REGISTRY: ghcr.io REGISTRY: git.nickorlow.com
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ github.repository }}
jobs: jobs:
@ -32,7 +32,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.RUNNER_PKG_TOK }}
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta

View file

@ -1,6 +1,6 @@
<div> <div>
<h1 style="margin-bottom: 0px;">Nicholas Orlowsky</h1> <h1 style="margin-bottom: 0px;">Nicholas Orlowsky</h1>
<p style="margin-top: 0px;">Software Engineer - Philadelphia, Pennsylvania</p> <p style="margin-top: 0px;">Software Engineer - Philadelphia, PA</p>
<p> <p>
<a href="https://git.nickorlow.com/nickorlow">[ Git Repositories ]</a> <a href="https://git.nickorlow.com/nickorlow">[ Git Repositories ]</a>
<a href="https://github.com/nickorlow">[ GitHub (mirrors) ]</a> <a href="https://github.com/nickorlow">[ GitHub (mirrors) ]</a>