Skip to content
Closed
Show file tree
Hide file tree
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
51 changes: 0 additions & 51 deletions .github/workflows/auto-add-issues-to-project.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/workflows/custom-build-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Build Custom KEDA Image

on:
push:
branches:
- feature/temporal-scaler-composite-metric

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4

- name: Log in to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: $GITHUB_ACTOR
password: ${{ secrets.ORG_PAT_GITHUB }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/atlanhq/keda:2.18.3-temporal-composite-${{ github.sha }}
40 changes: 0 additions & 40 deletions .github/workflows/fossa.yml

This file was deleted.

154 changes: 0 additions & 154 deletions .github/workflows/main-build.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/nightly-e2e.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/pr-bot-welcome.yml

This file was deleted.

Loading
Loading