Skip to content

Commit

Permalink
DANGERIOUS test push
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Nov 26, 2024
1 parent 00933b8 commit f0131de
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/openssl3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: openssl3

on:
push:
branches: [ 'main' ]
branches: [ '*' ]
paths: ['.github/workflows/openssl3.yml', 'openssl3/**']
pull_request:
branches: [ 'main' ]
Expand Down Expand Up @@ -34,7 +34,7 @@ env:
build-args: |
LIBOQS_TAG=main
OQSPROVIDER_TAG=main
push: ${{ github.repository == 'open-quantum-safe/oqs-demos' && github.ref == 'refs/heads/main' }}
push: ${{ github.repository == 'ajbozarth/oqs-demos' && github.ref == 'refs/heads/testci' }}

jobs:
build:
Expand All @@ -49,11 +49,6 @@ jobs:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
if: ${{ env.push == true }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down Expand Up @@ -87,5 +82,4 @@ jobs:
MAKE_DEFINES=-j4
${{ (github.event.inputs.build_main == 'true') && env.build-args || null }}
tags: |
openquantumsafe/openssl3:${{ inputs.release_tag || 'latest' }}
ghcr.io/openquantumsafe/openssl3:${{ inputs.release_tag || 'latest' }}
ghcr.io/ajbozarth/openssl3:${{ inputs.release_tag || 'latest' }}

0 comments on commit f0131de

Please sign in to comment.