From 96aac775be6a68a013235817f4137f217a244805 Mon Sep 17 00:00:00 2001 From: amanstep Date: Fri, 19 Sep 2025 10:34:09 +0530 Subject: [PATCH 1/2] feat: added published docker image for testing --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index c45f72f..ec01dfb 100644 --- a/action.yaml +++ b/action.yaml @@ -33,7 +33,7 @@ outputs: runs: using: "docker" - image: "Dockerfile" + image: "docker://ghcr.io/amanstep/ghcommit-action:v1.0.1758257925@sha256:c92bf882b58730524d2ed113f9ffc934142887f936db21e1f188efa713236228" args: - ${{ inputs.commit_message }} - ${{ inputs.repo }} From 1c6144c0dec7b7a211e580fad8f3ee30970fc95e Mon Sep 17 00:00:00 2001 From: amanstep Date: Fri, 19 Sep 2025 18:19:34 +0530 Subject: [PATCH 2/2] feat: new docker image test --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index ec01dfb..384453f 100644 --- a/action.yaml +++ b/action.yaml @@ -33,7 +33,7 @@ outputs: runs: using: "docker" - image: "docker://ghcr.io/amanstep/ghcommit-action:v1.0.1758257925@sha256:c92bf882b58730524d2ed113f9ffc934142887f936db21e1f188efa713236228" + image: "docker://ghcr.io/amanstep/ghcommit-action:v1.0.1758285931@sha256:669f424eb54db94ea4f1b923a3e68294c28e52cf3c4f561215a55485ca01484e" args: - ${{ inputs.commit_message }} - ${{ inputs.repo }}