update profile image, links; rename workflow file, name and job id, name
Build and Push Docker Image / Docker Build and Push (push) Waiting to run

This commit is contained in:
2025-07-25 12:04:37 -05:00
parent f3ecc2d399
commit b21984074e
4 changed files with 8 additions and 9 deletions
@@ -1,5 +1,4 @@
name: Build & Push Site Image
name: Build and Push Docker Image
on:
push:
branches:
@@ -7,8 +6,8 @@ on:
workflow_dispatch:
jobs:
containerize:
name: 'containerize'
build-and-push-image:
name: 'Docker Build and Push'
env:
REGISTRY_USERNAME: nicholas
IMAGE_REGISTRY: git.uuard.com
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 KiB

+5 -5
View File
@@ -22,7 +22,7 @@
<div class="profile-container">
<div class="info">
<div class="profile-picture-container">
<img class="profile-picture" src="assets/images/profile-image-ghibli.png" />
<img class="profile-picture" src="assets/images/profile.png" />
</div>
<div class="profile-title">
<h1>Nicholas Ward</h1>
@@ -32,10 +32,10 @@
</div>
</div>
<div class="links">
<a class="link" href="https://log.nicholas.uuard.com" target="_blank">Web Log</a>
<a class="link" href="https://git.uuard.com/nicholas" target="_blank">Git Repository</a>
<a class="link" href="#">Résumé</a>
<a class="link" href="#">Projects</a>
<a class="link" href="https://git.uuard.com/nicholas/" target="_blank">📦 Git Repository</a>
<a class="link" href="https://log.nicholas.uuard.com/" target="_blank">✍️ Blog</a>
<a class="link" href="https://recipes.uuard.com/" target="_blank">👨🏻‍🍳 Recipe Book</a>
<a class="link" href="https://resume.uuard.com/">📄 Resume</a>
</div>
</div>
</div>