fix secret name
Deployment / deploy (push) Successful in 5s

This commit is contained in:
nicholas
2025-06-28 00:52:44 -05:00
parent 336eeb2b89
commit 9e037b07f8
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.REPO_PKG_TOKEN }}
- name: 🐋 Build Docker image
run: docker build -t $IMAGE_REGISTRY/$IMAGE_NAME:$IMAGE_TAG ./container