Skip to content

Commit

Permalink
TMP - final run
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Dec 12, 2023
1 parent a8f7110 commit 161204d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gha-docker-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
description: "Push new image even when tests fail"
schedule:
- cron: "45 21 3 * *"
pull_request: ~

env:
IMAGE_NAME: ghcr.io/ibexa/core/solr
Expand Down Expand Up @@ -69,6 +70,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push image
run: docker push "$IMAGE_NAME"
# - name: Push image
# run: docker push "$IMAGE_NAME"

0 comments on commit 161204d

Please sign in to comment.