Skip to content

Update release version to 1.7.0 #14

Update release version to 1.7.0

Update release version to 1.7.0 #14

Workflow file for this run

name: Publish Docker image
on:
push:
branches: [ main ]
tags:
- '*'
workflow_dispatch:
concurrency:
group: publish-${{ github.ref }}-docker
cancel-in-progress: true
permissions:
contents: read
packages: write
id-token: write
jobs:
publish:
uses: OmniTrustILM/.github/.github/workflows/containers-build-and-push.yml@main
secrets: inherit
with:
image: ilm/auth
cache-scope: auth
pre-build: none