@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user