⬆️ Bump distroless/nodejs20-debian12 from 9f43117
to 203bf03
#28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build pull request | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
jobs: | |
buildDev: | |
uses: navikt/aap-workflows/.github/workflows/frontend-next-only-build.yml@main | |
permissions: | |
contents: read | |
id-token: write | |
packages: write | |
secrets: inherit | |
with: | |
cluster: dev-gcp |