Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/container-push-base-images-develop.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: container-push-base-images-develop

# Disabled push trigger pending decision on workflow ownership: it pushes to
# ghcr.io/anynines/ but lives on cloudfoundry/stratos and uses secrets
# (GH_PACKAGES_USER / GH_PACKAGES_TOKEN) that have never been configured here,
# so every develop push has failed since the workflow was added. Kept
# workflow_dispatch so it can still be triggered manually if/when the
# secrets are configured.
on:
push:
branches:
- develop
workflow_dispatch:

jobs:
Expand Down
Loading