Skip to content

Commit

Permalink
Fix Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Sep 24, 2024
1 parent cc51bf7 commit 44399f6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-push-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,12 @@ jobs:
id: prepare-inputs-archive
env:
full_image_name: ${{ steps.export-outputs.outputs.full-image-name }}
with:
inlineScript: |
tarfile="$(echo $full_image_name | sed 's:.*/::' | tr ":" "-").tar.gz"
tar -cvz -f "$tarfile" pacta-data templates.transition.monitor
echo "$tarfile"
echo "input-tar=$tarfile"
echo "input-tar=$tarfile" >> "$GITHUB_OUTPUT"
run: |
tarfile="$(echo $full_image_name | sed 's:.*/::' | tr ":" "-").tar.gz"
tar -cvz -f "$tarfile" pacta-data templates.transition.monitor
echo "$tarfile"
echo "input-tar=$tarfile"
echo "input-tar=$tarfile" >> "$GITHUB_OUTPUT"
- name: Export inputs archive
Expand Down

0 comments on commit 44399f6

Please sign in to comment.