Skip to content

Commit

Permalink
Update build_and_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danamzulescu-codefresh committed Apr 9, 2023
1 parent 2adbf23 commit 8c004a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# If git ref is not a tag, set docker_image_tag to the commit hash
docker_image_tag="${{ github.sha }}"
fi
# Replace slashes with hyphens using tr command
docker_image_tag=$(echo "$docker_image_tag" | tr '/' '-')
# Replace other special characters with hyphens
Expand Down

0 comments on commit 8c004a7

Please sign in to comment.