Skip to content

Commit

Permalink
bytter til docker-build-push for å generere sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenbyhring committed Jan 8, 2025
1 parent 352807d commit 9f3e450
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
# Label of the container job
build:
build_and_deploy:
# You must use a Linux environment when using service containers or container jobs
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -66,15 +66,8 @@ jobs:
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}

deploy:
name: Deploy to DEV
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: nais/deploy/actions/deploy@v2
- name: Deploy to DEV
uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev-gcp
RESOURCE: deploy/dev.yml
Expand Down

0 comments on commit 9f3e450

Please sign in to comment.