Skip to content

Feature/create user cluster #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Nov 2, 2021
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image-with-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: seungkyua/tks-cluster-lcm:${{ github.head_ref }}
tags: seungkyua/tks-cluster-lcm:${{ github.sha }}
build-args: |
PRV_GITHUB_TOKEN=${{ secrets.PRV_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/golangcic-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.29
version: latest

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
Loading