Add build command
Some checks failed
Build and Push Docker Image / build (push) Failing after 8s

This commit is contained in:
lif
2025-09-14 20:32:42 +01:00
parent 74c22160c0
commit 76971b677a

View File

@@ -16,4 +16,15 @@ jobs:
with:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: ls
run:
ls
- name: Build Docker Image
env:
BRANCH_NAME: ${{ github.ref_name }}
SHORT_HASH: ${{ github.sha }}
run: |
# Build the image with the commit hash tag
docker build