Skip to content

Commit

Permalink
Merge branch '24.04.00' of https://github.com/mdnoble73/aspen-discovery
Browse files Browse the repository at this point in the history
… into 24.04.00
  • Loading branch information
mdnoble73 committed Mar 29, 2024
2 parents ed5e2ec + a232349 commit abb132c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
push_aspen_to_dockerhub:
name: Push Aspen image to Docker Hub
#if: ${{ always() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
if: github.repository == 'Aspen-Discovery/aspen-discovery'
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
push_aspen_to_quay:
name: Push Aspen image to Quay.io
#if: ${{ always() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
if: github.repository == 'Aspen-Discovery/aspen-discovery'
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
push_solr_to_dockerhub:
name: Push Solr image to Docker Hub
#if: ${{ always() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
if: github.repository == 'Aspen-Discovery/aspen-discovery'
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
push_solr_to_quay:
name: Push Solr image to Quay.io
#if: ${{ always() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
if: github.repository == 'Aspen-Discovery/aspen-discovery'
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
push_tunnel_to_dockerhub:
name: Push Tunnel image to Docker Hub
#if: ${{ always() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
if: github.repository == 'Aspen-Discovery/aspen-discovery'
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
push_tunnel_to_quay:
name: Push Tunnel image to Quay.io
#if: ${{ always() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
if: github.repository == 'Aspen-Discovery/aspen-discovery'
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down

0 comments on commit abb132c

Please sign in to comment.