Skip to content

Commit

Permalink
ci: use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 7, 2024
1 parent 5f5200e commit 27155fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
docker build . -t my-service
image_size=docker images my-service --format "table {{.Repository}}\t{{.Size}}"
echo "image_size=$(image_size)\n" >> $GITHUB_OUTPUT
echo "image_size=$image_size\n" >> $GITHUB_OUTPUT
- uses: marocchino/sticky-pull-request-comment@v2
with:
message: |
Expand Down

0 comments on commit 27155fa

Please sign in to comment.