From e2184bef6479e1557d893a8b030fda58b6d4f100 Mon Sep 17 00:00:00 2001 From: oguzkaganozt Date: Wed, 21 Feb 2024 18:29:38 +0300 Subject: [PATCH] . Signed-off-by: oguzkaganozt --- .github/actions/docker-build-and-push/action.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/docker-build-and-push/action.yaml b/.github/actions/docker-build-and-push/action.yaml index 12541b4e3bf..b84644085f3 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -101,7 +101,7 @@ runs: ${{ inputs.build-args }} - name: Build and Publish to GitHub Container Registry - if: ${{ (github.event_name == 'push' && github.ref_type == 'tag' ) || (github.event_name == 'workflow_dispatch' && github.event.inputs.artifact-destination == 'registry') }} + if: ${{ ( github.event_name == 'push' && github.ref_type == 'tag' ) || ( github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'registry') }} uses: docker/bake-action@v3 with: push: true @@ -115,7 +115,7 @@ runs: ${{ inputs.build-args }} - name: Build and Save Artifacts - if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifact-destination == 'tarball' }} + if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }} uses: docker/bake-action@v3 with: push: false @@ -132,7 +132,7 @@ runs: runtime.output=type=docker,dest=/tmp/runtime.tar - name: Upload Artifact - prebuilt - if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifact-destination == 'tarball' }} + if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }} id: artifact-upload-step-prebuilt uses: actions/upload-artifact@v4 with: @@ -144,7 +144,7 @@ runs: if-no-files-found: error - name: Upload Artifact - devel - if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifact-destination == 'tarball' }} + if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }} id: artifact-upload-step-devel uses: actions/upload-artifact@v4 with: @@ -156,7 +156,7 @@ runs: if-no-files-found: error - name: Upload Artifact - runtime - if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifact-destination == 'tarball' }} + if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }} id: artifact-upload-step-runtime uses: actions/upload-artifact@v4 with: