Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Build and push API image and SBOM to NAIS OCI registry
uses: nais/docker-build-push@f8bc7437f7549c2b08197152d781b98f8727a08a # v0
uses: nais/docker-build-push@31c3a7321909bcb20799fdf46153fec721fd9512 # v0
with:
team: dapla-platform
docker_context: api
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Build and push frontend image and SBOM to NAIS OCI registry
uses: nais/docker-build-push@f8bc7437f7549c2b08197152d781b98f8727a08a # v0
uses: nais/docker-build-push@31c3a7321909bcb20799fdf46153fec721fd9512 # v0
with:
team: dapla-platform
docker_context: frontend
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Build and push reconcilers image and SBOM to NAIS OCI registry
uses: nais/docker-build-push@f8bc7437f7549c2b08197152d781b98f8727a08a # v0
uses: nais/docker-build-push@31c3a7321909bcb20799fdf46153fec721fd9512 # v0
with:
team: dapla-platform
docker_context: reconcilers
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
working-directory: api
run: mise run build:api
- name: Build and push API image and SBOM to NAIS OCI registry
uses: nais/docker-build-push@f8bc7437f7549c2b08197152d781b98f8727a08a # v0
uses: nais/docker-build-push@31c3a7321909bcb20799fdf46153fec721fd9512 # v0
with:
team: dapla-platform
docker_context: api
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Build and push frontend image and SBOM to NAIS OCI registry
uses: nais/docker-build-push@f8bc7437f7549c2b08197152d781b98f8727a08a # v0
uses: nais/docker-build-push@31c3a7321909bcb20799fdf46153fec721fd9512 # v0
with:
team: dapla-platform
docker_context: frontend
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
working-directory: reconcilers
run: mise run build
- name: Build and push reconcilers image and SBOM to NAIS OCI registry
uses: nais/docker-build-push@f8bc7437f7549c2b08197152d781b98f8727a08a # v0
uses: nais/docker-build-push@31c3a7321909bcb20799fdf46153fec721fd9512 # v0
with:
team: dapla-platform
docker_context: reconcilers
Expand Down
Loading