Skip to content

Commit

Permalink
ci: build images via GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wazelin committed Jul 4, 2024
1 parent c299f11 commit 3b8d49c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 25 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ng-image-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build image

on:
push:
branches:
- master
- develop
- feature/**
- feat/**
- fix/**
- release-*
tags: ["*"]

jobs:
call-ng-build-image:
uses: oat-sa/ci-pipelines/.github/workflows/reuse-ng-image-build.yaml@master
secrets: inherit
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.10.2
------

* Build images via GitHub workflows

2.10.1
------

Expand Down
8 changes: 8 additions & 0 deletions ci/build.matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"include": [
{
"app": "devkit/lti-devkit",
"dockerfile-path": "./docker/kube/Dockerfile"
}
]
}
24 changes: 0 additions & 24 deletions cloudbuild.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
application_env: '%env(resolve:APP_ENV)%'
application_api_key: '%env(resolve:APP_API_KEY)%'
application_vendors: '%kernel.project_dir%/vendor/composer/installed.php'
application_version: '2.10.1'
application_version: '2.10.2'
container.dumper.inline_factories: true
cache.redis.namespace: '%env(default:cache.redis.namespace.default:REDIS_CACHE_NAMESPACE)%'
cache.redis.namespace.default: 'devkit'
Expand Down

0 comments on commit 3b8d49c

Please sign in to comment.