From abc682486f00671b079b7a193ce28c25cd220f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CF=BA=CE=9BD=D0=98VTT=CE=9BH?= <96331755+madnuttah@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:06:04 +0100 Subject: [PATCH] Update manually-build-openssl-buildenv.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ϺΛDИVTTΛH <96331755+madnuttah@users.noreply.github.com> --- .github/workflows/manually-build-openssl-buildenv.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/manually-build-openssl-buildenv.yaml b/.github/workflows/manually-build-openssl-buildenv.yaml index 4c679c0..35a13ab 100644 --- a/.github/workflows/manually-build-openssl-buildenv.yaml +++ b/.github/workflows/manually-build-openssl-buildenv.yaml @@ -69,7 +69,7 @@ jobs: file: ./openssl/linux_386.Dockerfile push: ${{ github.event_name != 'pull_request' }} load: ${{ github.event_name == 'pull_request' }} - provenance: ${{ github.event_name != 'pull_request' }} + provenance: ${{ github.event_name == 'pull_request' }} tags: | ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}-386 @@ -109,7 +109,7 @@ jobs: file: ./openssl/linux_32.Dockerfile push: ${{ github.event_name != 'pull_request' }} load: ${{ github.event_name == 'pull_request' }} - provenance: ${{ github.event_name != 'pull_request' }} + provenance: ${{ github.event_name == 'pull_request' }} tags: | ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}-armv6 @@ -149,7 +149,7 @@ jobs: file: ./openssl/linux_32.Dockerfile push: ${{ github.event_name != 'pull_request' }} load: ${{ github.event_name == 'pull_request' }} - provenance: ${{ github.event_name != 'pull_request' }} + provenance: ${{ github.event_name == 'pull_request' }} tags: | ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}-armv7 @@ -189,7 +189,7 @@ jobs: file: ./openssl/linux_64.Dockerfile push: ${{ github.event_name != 'pull_request' }} load: ${{ github.event_name == 'pull_request' }} - provenance: ${{ github.event_name != 'pull_request' }} + provenance: ${{ github.event_name == 'pull_request' }} tags: | ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}-arm64 @@ -229,7 +229,7 @@ jobs: file: ./openssl/linux_64.Dockerfile push: ${{ github.event_name != 'pull_request' }} load: ${{ github.event_name == 'pull_request' }} - provenance: ${{ github.event_name != 'pull_request' }} + provenance: ${{ github.event_name == 'pull_request' }} tags: | ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}-amd64