Skip to content

feat: create helm chart set user and passwd (#77) #219

feat: create helm chart set user and passwd (#77)

feat: create helm chart set user and passwd (#77) #219

Workflow file for this run

name: pr-ci-build
# Triggers the workflow on push or pull request events
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go environment
uses: actions/[email protected]
with:
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
go-version: 1.17
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: false
tags: rainbond/cloud-adaptor:main-dev