Skip to content

Commit

Permalink
minor adaptions
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Sep 19, 2024
1 parent cb80ecc commit a6eccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Set outputs
id: vars
run: |
set -eux
git config --global --add safe.directory "${{ github.workspace }}"
echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
Expand All @@ -55,7 +56,6 @@ jobs:
run: |
set -eux
docker run --rm -v "$(pwd)/artifacts/$PLATFORM:/artifacts" build-local:latest /bin/sh -c "cp -r /app/artifacts/* /artifacts/"
ls -R artifacts/
env:
PLATFORM: linux/amd64

Expand Down

0 comments on commit a6eccb0

Please sign in to comment.