From f8d928eaa407e06f9ad95c7ec3c56f84226a57df Mon Sep 17 00:00:00 2001 From: Lucas Dupont Date: Sun, 3 May 2026 09:09:52 +0000 Subject: [PATCH] feat: update --- .gitea/workflows/arm64-amd64.yaml | 33 ------------------------------- 1 file changed, 33 deletions(-) diff --git a/.gitea/workflows/arm64-amd64.yaml b/.gitea/workflows/arm64-amd64.yaml index 2d3b8eb..b0ec266 100644 --- a/.gitea/workflows/arm64-amd64.yaml +++ b/.gitea/workflows/arm64-amd64.yaml @@ -81,39 +81,6 @@ on: required: true jobs: - # build-amd64: - # runs-on: ubuntu-latest - # outputs: - # digest: ${{ steps.build.outputs.digest }} - # steps: - # - name: Check out code - # uses: actions/checkout@v6 - - # - name: Download artifact - # if: ${{ inputs.artifact-name != '' }} - # uses: actions/download-artifact@v7 - # with: - # name: ${{ inputs.artifact-name }} - # path: ${{ inputs.artifact-path }} - - # - name: Docker build - # id: build - # uses: ./build-and-push - # with: - # oci-registry: ${{ inputs.oci-registry }} - # oci-registry-username: ${{ secrets.OCI_REGISTRY_USERNAME }} - # oci-registry-password: ${{ secrets.OCI_REGISTRY_PASSWORD }} - # repository: ${{ inputs.repository }} - # image: ${{ inputs.image }} - # tag: ${{ inputs.tag }} - # platform: linux/amd64 - # context: ${{ inputs.context }} - # dockerfile: ${{ inputs.dockerfile }} - # build-args: ${{ inputs.build-args }} - # target: ${{ inputs.target }} - # secrets: ${{ inputs.secrets }} - # secret-envs: ${{ inputs.secret-envs }} - # push-by-digest: true build-amd64: runs-on: ubuntu-latest