Skip to content

Commit

Permalink
SC-21939 && SC-21940: Adjust the notification channel and the diff (m…
Browse files Browse the repository at this point in the history
…aster) (#106)
  • Loading branch information
alexanderM91 authored Dec 9, 2024
1 parent 337a2f4 commit aa4b18b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ jobs:
tags: ${{ join(matrix.tags) }}
platforms: ${{ github.ref == 'refs/heads/master' && join(matrix.platforms) || 'linux/amd64' }}

- name: Pull image for master branch
if: github.ref == 'refs/heads/master'
run: |
echo "Pulling image for master branch"
docker pull ${{ matrix.tags[0] }}
- name: Current image report
id: manifest
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-old-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ jobs:
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CE_RELEASE_WEBHOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit aa4b18b

Please sign in to comment.