automated: update distroless with newest digest #128
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: Deploy app to dev and prod | ||
on: push | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
packages: write | ||
id-token: write | ||
jobs: | ||
jar-app: | ||
Check failure on line 12 in .github/workflows/deploy-app.yml GitHub Actions / Deploy app to dev and prodInvalid workflow file
|
||
uses: navikt/teamsykmelding-github-actions-workflows/.github/workflows/jar-app.yaml@main | ||
secrets: inherit | ||
with: | ||
app: dinesykmeldte-backend |