Skip to content

Commit

Permalink
ci: don't rename image file in artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Oct 28, 2024
1 parent 1cc8f9a commit 8a4163a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ jobs:
docker save "${1}" | gzip -c > "${1##*/}.tar.gz"
echo "Finished compressing docker image ${1} ."
' --
# There's no : allowed in artifact names, replace it with ---
for f in /tmp/artifacts/images/*:* ; do mv -- "$f" "${f//:/---}"; done
fi
) || true
Expand Down

0 comments on commit 8a4163a

Please sign in to comment.