feat: update
semantic-release / release (push) Successful in 14s

This commit is contained in:
2026-05-03 09:09:52 +00:00
parent 5d7baa9b34
commit f8d928eaa4
-33
View File
@@ -81,39 +81,6 @@ on:
required: true required: true
jobs: 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: build-amd64:
runs-on: ubuntu-latest runs-on: ubuntu-latest