We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5783db commit e62955aCopy full SHA for e62955a
1 file changed
.github/workflows/base_build_push_ecr.yml
@@ -43,6 +43,7 @@ jobs:
43
# Steps represent a sequence of tasks that will be executed as part of the job
44
steps:
45
- uses: actions/checkout@v2
46
+ - run: git checkout HEAD^
47
- uses: actions/setup-node@v2
48
with:
49
node-version: ${{ inputs.WF_NODE_VERSION }}
@@ -77,7 +78,7 @@ jobs:
77
78
echo 'COMMIT-HASH --> ${{ github.sha }}'
79
git pull origin main
80
hash=$(git rev-parse HEAD)
- echo 'NEW HASH $hash'
81
+ echo $hash
82
83
- name: Build, tag, and push image to Amazon ECR
84
id: build-image
0 commit comments