Skip to content

chore: Bump helm.sh/helm/v3 from 3.12.2 to 3.12.3 (#174) #92

chore: Bump helm.sh/helm/v3 from 3.12.2 to 3.12.3 (#174)

chore: Bump helm.sh/helm/v3 from 3.12.2 to 3.12.3 (#174) #92

Workflow file for this run

name: alpha
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- run: make docker-image DOCKER_IMAGE=replicated/ekco:alpha
- run: docker push replicated/ekco:alpha