Skip to content

Commit

Permalink
correct docker image after building
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnle committed Sep 12, 2024
1 parent d47365a commit b8771d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: vars
run: echo "COMMIT_ID=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
- name: Tag Docker image with commit ID
run: docker tag katalonstudio/katalon:$KS_VERSION 002582244933.dkr.ecr.us-east-1.amazonaws.com/katalon-studio:${{ env.COMMIT_ID }}
run: docker tag katalon-katalon 002582244933.dkr.ecr.us-east-1.amazonaws.com/katalon-studio:${{ env.COMMIT_ID }}
# - name: Test
# run: |
# chmod u+x ./test/project/*.sh
Expand Down

0 comments on commit b8771d5

Please sign in to comment.