Fix: remove github attest

This commit is contained in:
2024-11-26 07:57:01 +00:00
parent 32cc18e0ba
commit 4da2c292d7
2 changed files with 1 additions and 9 deletions

View File

@@ -41,11 +41,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

View File

@@ -1,6 +1,6 @@
FROM archlinux:base-devel
ADD rootca.pem /root
ADD rootca.pem /root/
RUN trust anchor /root/rootca.pem && update-ca-trust
RUN cat > /etc/pacman.d/mirrorlist <<'EOF'