docs: approval related operators in getlatestrelease #57
This file contains hidden or 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
on: [push] | |
name: Build Docker Image And Submit Metadata To Reliza Hub | |
permissions: | |
contents: write | |
jobs: | |
build-cli: | |
name: Build And Push CLI | |
runs-on: ubuntu-latest | |
steps: | |
- name: RelizaHub Build And Submit Release metadata action | |
uses: relizaio/[email protected] | |
with: | |
registry_username: ${{ secrets.DOCKER_LOGIN }} | |
registry_password: ${{ secrets.DOCKER_TOKEN }} | |
registry_host: registry.relizahub.com | |
image_namespace: registry.relizahub.com/library | |
image_name: rearm-cli | |
reliza_api_id: ${{ secrets.RELIZA_API_ID }} | |
reliza_api_key: ${{ secrets.RELIZA_API_KEY }} | |
reliza_project_id: ${{ secrets.RELIZA_HUB_PROJECT_ID }} | |
enable_sbom: 'false' | |
# push_latest_tag: false |