Skip to content

Fix description of authEndpoint #9

Fix description of authEndpoint

Fix description of authEndpoint #9

Workflow file for this run

name: Build and push commit
on:
push:
branches-ignore:
- main
env:
NAME: nais-api-reconcilers
IMAGE_REPOSITORY: oci://europe-north1-docker.pkg.dev/nais-io/nais
jobs:
build_push:
permissions:
contents: read
id-token: write
name: Build and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: go_version
run: echo "go_version=$(cat .tool-versions | grep golang | awk '{print $2}')" >> $GITHUB_OUTPUT
- uses: nais/platform-build-push-sign@main
id: build-push-sign
with:
name: ${{ env.NAME }}
build_args: GO_VERSION=${{ steps.go_version.outputs.go_version }}-
google_service_account: gh-api-reconcilers
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
push: true