Fix expression and container name. #1

Merged
chris merged 4 commits from testing into main 2024-03-05 02:57:13 +00:00
Showing only changes of commit 84dd05ec9b - Show all commits

View File

@@ -27,7 +27,6 @@ jobs:
docker create --name run_${{ github.run_number }} ${{ inputs.image_name }}:${{ github.run_number }}
docker export -o /tmp/image run_${{ github.run_number }}
docker rm run_${{ github.run_number }}
docker rmi ${{ inputs.image_name }}:${{ github.run_number }}
tar -x -C /tmp -f /tmp/image tag
tag=$(cat /tmp/tag)
docker tag ${{ inputs.image_name }}:${{ github.run_number }} ${{ inputs.image_name }}:$tag