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
16 changes: 8 additions & 8 deletions .github/workflows/operator_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ jobs:
make-operator-push:
name: Operator Push
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
fetch-depth: 2
fetch-depth: '0'

- name: Config private repo
if: ${{ inputs.ENABLE_STAKATER_AB_GIT_AUTH }}
Expand Down Expand Up @@ -144,12 +146,10 @@ jobs:
GHCR_USERNAME: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
GHCR_TOKEN: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}

- name: Notify
uses: stakater/.github/.github/actions/operator/notify@main
with:
VERSION: ${{ steps.tag.outputs.TAG }}
IMAGE_REPOSITORY: ${{ steps.docker.outputs.IMAGE_REPOSITORY }}
- name: Push Release Tag
uses: anothrNick/github-tag-action@1.75.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
ADMIN_TOKEN: ${{ secrets.ADMIN_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_PREFIX: v
DEFAULT_BUMP: patch
RELEASE_BRANCHES: ${{ inputs.RELEASE_BRANCH }}
Loading