Skip to content

chore: Bump github.com/replicatedhq/pvmigrate from 0.9.0 to 0.10.0 #311

chore: Bump github.com/replicatedhq/pvmigrate from 0.9.0 to 0.10.0

chore: Bump github.com/replicatedhq/pvmigrate from 0.9.0 to 0.10.0 #311

Workflow file for this run

name: test
on: [ pull_request ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: make deps test build
build-image:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make docker-image DOCKER_IMAGE=ttl.sh/replicated/ekco:$GITHUB_SHA VERSION=$GITHUB_REF_NAME
- run: docker push ttl.sh/replicated/ekco:$GITHUB_SHA