Skip to content

Commit

Permalink
Update manually-build-openssl-buildenv.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: ϺΛDИVTTΛH <[email protected]>
  • Loading branch information
madnuttah authored Mar 15, 2024
1 parent 32d07e1 commit abc6824
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/manually-build-openssl-buildenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit abc6824

Please sign in to comment.