Skip to content

Commit f17c736

Browse files
committed
chore: keep container diff out for now
1 parent 6d40b88 commit f17c736

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -162,19 +162,6 @@ jobs:
162162
echo "digest=$(echo "$output" | jq -r '.manifest.digest // .manifests[0].digest')" >> "$GITHUB_OUTPUT"
163163
env:
164164
CONTAINER_VERSION: ${{ steps.metadata.outputs.version }}
165-
# - run: |
166-
# set -Eeuo pipefail
167-
# wget -O diffoci https://github.com/reproducible-containers/diffoci/releases/download/v0.1.7/diffoci-v0.1.7.linux-amd64
168-
# chmod +x diffoci
169-
# ./diffoci diff --semantic --report-file=container-diff.json "${FROM_CONTAINER}" "${TO_CONTAINER}"
170-
# env:
171-
# FROM_CONTAINER: ${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}:edge
172-
# TO_CONTAINER: ${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}:${{ steps.metadata.outputs.version }}
173-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
174-
with:
175-
name: container-diff-${{ inputs.flavor }}
176-
path: container-diff.json
177-
retention-days: 10
178165
- uses: ./.github/actions/container-size-diff
179166
id: container-size-diff
180167
with:

0 commit comments

Comments
 (0)