fix tag name
Build and Push Docker Image / Docker Build and Push (push) Failing after 4s

This commit is contained in:
2025-07-25 12:09:10 -05:00
parent b21984074e
commit 7891971054
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
REGISTRY_USERNAME: nicholas
IMAGE_REGISTRY: git.uuard.com
IMAGE_NAME: nicholas/personal-website
IMAGE_TAG: {{github.sha}}
IMAGE_TAG: ${{ github.sha }}
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo