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
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m0s
This commit is contained in:
commit
8ff856d8d3
2 changed files with 3 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
repository_dispatch:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
REGISTRY: git.nickorlow.com
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.RUNNER_PKG_TOK }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div>
|
||||
<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>
|
||||
<a href="https://git.nickorlow.com/nickorlow">[ Git Repositories ]</a>
|
||||
<a href="https://github.com/nickorlow">[ GitHub (mirrors) ]</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue