Skip to content

Commit

Permalink
give step a name and fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Mar 6, 2024
1 parent b684f1e commit cd71ff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
build-args: |
DCA_VERSION=${{ env.DCA_VERSION }}
- id: Lowercase image name for trivy
- name: Lowercase image name for trivy
id: string
uses: ASzc/change-string-case-action@v6
with:
string: ${{ env.IMAGE_PATH }}
Expand Down

0 comments on commit cd71ff5

Please sign in to comment.