Update image path
Some checks failed
Build Docker Image / build (push) Failing after 9s

This commit is contained in:
2025-09-14 13:08:04 +02:00
parent 243a7ec9ac
commit 8167773ed3

View File

@@ -1,4 +1,4 @@
name: Build and publish Docker Image
name: Build Docker Image
on:
push:
@@ -7,7 +7,7 @@ on:
pull_request:
jobs:
helm-lint:
build:
runs-on: docker
steps:
- name: Clone repo
@@ -24,7 +24,8 @@ jobs:
- name: Build and tag Docker image
run: |
COMMIT_HASH="${GITHUB_SHA::7}" # short SHA
cd "$GITHUB_WORKSPACE"
COMMIT_HASH="${GITHUB_SHA::7}"
REGISTRY="${GITHUB_SERVER_URL#https://}"
IMAGE="$REGISTRY/$GITHUB_REPOSITORY/duino-coin"
echo "Building Docker image with tags: latest and $COMMIT_HASH"