mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-17 22:57:12 +00:00
Add MizuAgentImageRepo constant and use it as default AgentImage value
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish a Docker image
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -221,7 +221,7 @@ jobs:
|
||||
done <<< "${{ steps.meta.outputs.tags }}"
|
||||
|
||||
cli:
|
||||
name: Build the CLI and release
|
||||
name: Build the CLI and publish
|
||||
runs-on: ubuntu-latest
|
||||
needs: [docker-manifest, gcp-registry]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user