This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
fix(apiserver): change odata filter in check uniqueness for container… #289
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: Main merge | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
packages: write | |
jobs: | |
build_and_push: | |
uses: ./.github/workflows/reusable-build-and-push.yml | |
with: | |
image_tag: latest | |
push: true | |
upload: false |