Skip to content

chore: Bump github.com/rook/rook from 1.19.3 to 1.19.5 in the security group across 1 directory #725

chore: Bump github.com/rook/rook from 1.19.3 to 1.19.5 in the security group across 1 directory

chore: Bump github.com/rook/rook from 1.19.3 to 1.19.5 in the security group across 1 directory #725

Workflow file for this run

name: test
on: [ pull_request ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: make deps test build
build-image:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- 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