Add MizuAgentImageRepo constant and use it as default AgentImage value

This commit is contained in:
M. Mert Yildiran
2022-01-23 19:31:43 +03:00
parent d782380dc5
commit 4ddcb7cb92
3 changed files with 8 additions and 6 deletions

View File

@@ -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: