Update quay.io/centos/centos:stream9-minimal Docker digest to 8e3da0b #215
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ee-k8s | build and push | |
on: | |
push: | |
paths: | |
- ee-k8s/** | |
branches: | |
- main | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * 0' # weekly | |
jobs: | |
call-build-and-push-latest: | |
uses: ./.github/workflows/build-latest.yml | |
with: | |
subdir: ee-k8s | |
secrets: inherit |