Skip to content

Commit

Permalink
Fix deploy docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
micryc committed Mar 14, 2024
1 parent 8503b4b commit 7bfde2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Code scanning - action"

on:
push:
branches: ["master", "v2", "v31"]
branches: ["v31"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
CLUSTER_ID="c-n8zp2"
NAMESPACE_NAME="swagger-oss"
K8S_OBJECT_TYPE="daemonsets"
K8S_OBJECT_NAME="swagger-petstore-3"
DEPLOY_IMAGE="swaggerapi/petstore3:$SC_RELEASE_TAG"
K8S_OBJECT_NAME="swagger-petstore-31"
DEPLOY_IMAGE="swaggerapi/petstore31:$SC_RELEASE_TAG"
workloadStatus=""
getStatus() {
Expand Down

0 comments on commit 7bfde2b

Please sign in to comment.