Skip to content

Commit

Permalink
add tar cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Baja-KS committed Aug 26, 2024
1 parent 0c1460c commit dd6318b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
- name: Push Docker image to GHCR
run: |
docker load -i '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
rm -rf '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
docker push ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}
Expand Down

0 comments on commit dd6318b

Please sign in to comment.