Skip to content

fix: 'types.OkResult' is not a valid value type for 'int' (#222) #78

fix: 'types.OkResult' is not a valid value type for 'int' (#222)

fix: 'types.OkResult' is not a valid value type for 'int' (#222) #78

Workflow file for this run

name: Release Image
on:
push:
branches:
- 'main'
jobs:
release-image:
uses: apecloud/apecloud-cd/.github/workflows/[email protected]
with:
IMG: "apecloud/myduckserver"
VERSION: "latest"
GO_VERSION: "1.23"
DOCKERFILE_PATH: "./docker/Dockerfile"
secrets: inherit