Skip to content

chore: Bump github.com/projectcontour/contour from 1.25.0 to 1.25.2 (… #88

chore: Bump github.com/projectcontour/contour from 1.25.0 to 1.25.2 (…

chore: Bump github.com/projectcontour/contour from 1.25.0 to 1.25.2 (… #88

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