use hash in image tag name
Build & Push Site Image / containerize (push) Failing after 13m17s

This commit is contained in:
nicholas
2025-06-24 18:16:31 -05:00
parent ca64295641
commit 40c18ddbd0
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
REGISTRY_USERNAME: nicholas
IMAGE_REGISTRY: git.uuard.com
IMAGE_NAME: nicholas/personal-website
IMAGE_TAG: latest
IMAGE_TAG: {{github.sha}}
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo