fix: solve some compatibility issues with pgcli (#355) #187
This file contains 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
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 |