Skip to content

Commit

Permalink
ci: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Aug 23, 2024
1 parent f73d273 commit 302d506
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/pull-request-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,9 @@ jobs:
os: [self-hosted, Linux, ARM64]
runs-on: ${{ matrix.os }}
steps:
- name: list all
run: |
echo ${{ github.workspace }}
ls -lsa
- name: Checkout repository files
uses: actions/checkout@v4

- name: list all
run: |
echo ${{ github.workspace }}
ls -lsa
- name: Extract tag
run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

Expand Down Expand Up @@ -153,22 +143,15 @@ jobs:
file: ./build/Dockerfile
labels: ${{ steps.meta.outputs.labels }}
provenance: false
no-cache: true
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
env:
SOURCE_DATE_EPOCH: 0

- name: list all
run: |
echo ${{ github.workspace }}
ls -lsa
- name: Export digest
run: |
mkdir -p ./tmp/digests
digest="${{ steps.build.outputs.digest }}"
touch "./tmp/digests/${digest#sha256:}"
ls -lsa ./tmp/digests
- name: Upload digest
uses: actions/upload-artifact@v4
Expand All @@ -190,10 +173,6 @@ jobs:
pattern: digests-*
merge-multiple: true

- name: List digest
run: |
ls -lsa ./tmp/digests
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 302d506

Please sign in to comment.