change workflow names, ids; use commit hash for image tag
Build and Push Docker Image / Docker Build and Push (push) Failing after 56s

This commit is contained in:
2025-07-29 15:45:07 -05:00
parent deda46c4ea
commit 34cb9a0f31
+4 -4
View File
@@ -1,4 +1,4 @@
name: Deployment
name: Build and Push Docker Image
on:
push:
@@ -7,13 +7,13 @@ on:
workflow_dispatch:
jobs:
deploy-site:
name: 'deploy'
build-and-push-image:
name: 'Docker Build and Push'
env:
REGISTRY_USERNAME: nicholas
IMAGE_REGISTRY: git.uuard.com
IMAGE_NAME: nicholas/proving-ground
IMAGE_TAG: tonga
IMAGE_TAG: ${{ github.sha }}
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo