Skip to content

Commit

Permalink
github: Remove workflow pieces not used by certgen
Browse files Browse the repository at this point in the history
This removes the `-ci` image tag and slackbot notifications from the
image release workflow, which are not used in this repository.

Signed-off-by: Sebastian Wicki <[email protected]>
  • Loading branch information
gandro committed Aug 2, 2021
1 parent 1cdeda1 commit c76e6d7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-images-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
tags: |
${{ github.repository_owner }}/${{ matrix.name }}:${{ steps.tag.outputs.tag }}
quay.io/${{ github.repository_owner }}/${{ matrix.name }}:${{ steps.tag.outputs.tag }}
quay.io/${{ github.repository_owner }}/${{ matrix.name }}-ci:${{ github.sha }}
- name: Image Release Digest
shell: bash
Expand All @@ -83,15 +82,6 @@ jobs:
path: image-digest
retention-days: 1

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@e74cd4e48f4452e8158dc4f8bcfc780ae6203364
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

image-digests:
if: ${{ github.repository == 'cilium/certgen' }}
name: Display Digests
Expand Down

0 comments on commit c76e6d7

Please sign in to comment.