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
16 changes: 8 additions & 8 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: stacks/go/net-http/rest
file: stacks/go/net-http/rest/Dockerfile
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: stacks/go/net-http/rest
file: stacks/go/net-http/rest/Dockerfile
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: stacks/nodejs/react-fastify/rest/web/Dockerfile
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: stacks/nodejs/react-fastify/rest/bff/Dockerfile
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: tests/Dockerfile
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: tools/mcp
file: tools/mcp/Dockerfile
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: tools/mock-oauth
file: tools/mock-oauth/Dockerfile
Expand Down Expand Up @@ -553,7 +553,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: .devcontainer/Dockerfile
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build and push versioned image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: stacks/go/net-http/rest
file: stacks/go/net-http/rest/Dockerfile
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build and push versioned image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: ${{ matrix.dockerfile }}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build and push versioned image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: tests/Dockerfile
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build and push versioned image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: tools/mcp
file: tools/mcp/Dockerfile
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build and push versioned image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: tools/mock-oauth
file: tools/mock-oauth/Dockerfile
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
org.opencontainers.image.source=https://github.com/ourchitecture/idp

- name: Build and push versioned image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: .devcontainer/Dockerfile
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

- name: Build Go web container
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: stacks/go/net-http/rest
file: stacks/go/net-http/rest/Dockerfile
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

- name: Build Go BFF container
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: stacks/go/net-http/rest
file: stacks/go/net-http/rest/Dockerfile
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

- name: Build Node.js web container
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: stacks/nodejs/react-fastify/rest/web/Dockerfile
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

- name: Build Node.js BFF container
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: stacks/nodejs/react-fastify/rest/bff/Dockerfile
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

- name: Build contract tests container
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: tests/Dockerfile
Expand All @@ -477,7 +477,7 @@ jobs:
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

- name: Build MCP server container
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
file: tools/mcp/Dockerfile
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

- name: Build mock-oauth container
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: tools/mock-oauth
file: tools/mock-oauth/Dockerfile
Expand Down
Loading