dependabot[bot]
|
324f6bffe7
|
build(deps): bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-13 06:01:59 +00:00 |
|
Ralf Vogler
|
c5f75e06c8
|
gha: sonar: disable shallow clone (irrelevant) to get rid of warning
|
2023-11-08 01:36:35 +01:00 |
|
Ralf Vogler
|
d4685ff370
|
gha: sonar: install dev deps for eslint plugins
|
2023-11-08 01:32:20 +01:00 |
|
Ralf Vogler
|
6a34cb541d
|
format sonar.yml
|
2023-11-07 18:03:54 +01:00 |
|
Ralf Vogler
|
6113ea4b8d
|
Merge branch 'main' into ci
|
2023-11-07 17:32:00 +01:00 |
|
Ralf Vogler
|
e192365b48
|
can't have comment in yml list?
|
2023-11-07 11:39:08 +01:00 |
|
Ralf Vogler
|
92ce3d405d
|
run docker workflow if its defition changed
|
2023-11-07 11:36:17 +01:00 |
|
Ralf Vogler
|
584130f5d1
|
edits for #229, build image for PRs from forks?
|
2023-11-07 11:31:14 +01:00 |
|
4n4n4s
|
1dbe2f1457
|
Allow forks to create builds and fix failing build
|
2023-10-27 11:37:32 +00:00 |
|
4n4n4s
|
0040d9d96c
|
Sonarqube support with ESLint
|
2023-09-26 19:12:09 +00:00 |
|
dependabot[bot]
|
2a4da3f49c
|
build(deps): bump docker/build-push-action from 4 to 5 (#212)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-18 09:51:53 +02:00 |
|
dependabot[bot]
|
0ba693eeb6
|
build(deps): bump docker/login-action from 2 to 3 (#214)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-18 09:51:23 +02:00 |
|
dependabot[bot]
|
6cdef56c09
|
build(deps): bump docker/setup-buildx-action from 2 to 3 (#213)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-18 09:50:04 +02:00 |
|
dependabot[bot]
|
30db49d9b9
|
build(deps): bump docker/setup-qemu-action from 2 to 3 (#215)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-18 09:49:00 +02:00 |
|
dependabot[bot]
|
44d712e333
|
build(deps): bump actions/checkout from 3 to 4 (#207)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-11 09:41:42 +02:00 |
|
Ralf Vogler
|
c211472d0c
|
docker: try GitHub Actions cache
https://docs.docker.com/build/ci/github-actions/cache/#github-cache
|
2023-08-27 23:59:30 +02:00 |
|
Ralf Vogler
|
f528fbfd30
|
docker: more human-readable format for date $NOW
|
2023-08-27 23:41:19 +02:00 |
|
Ralf Vogler
|
d7949fb9dd
|
can't use secrets in if of workflow step?
|
2023-08-27 23:39:52 +02:00 |
|
Ralf Vogler
|
8a010dbcc7
|
docker: pass in build-args, add $NOW
|
2023-08-27 23:32:56 +02:00 |
|
Ralf Vogler
|
70b5182bed
|
same as before, just ignore .github/** and then include docker.yml
|
2023-08-25 21:43:57 +02:00 |
|
Ralf Vogler
|
a7d045f0e2
|
ignore dependabot.yml in workflows/docker.yml
|
2023-08-25 21:40:28 +02:00 |
|
Ralf Vogler
|
490c4c0788
|
don't ignore .github, only issue templates
|
2023-08-17 16:31:43 +02:00 |
|
Ralf Vogler
|
13def8ba18
|
build on every push or PR to main
|
2023-08-17 16:30:12 +02:00 |
|
Ralf Vogler
|
08fc59520c
|
update docker/build-push-action v3 -> v4
|
2023-08-17 16:29:08 +02:00 |
|
Ralf Vogler
|
4e88964fcd
|
lint with trunk
|
2022-10-21 16:24:52 +02:00 |
|
Ralf Vogler
|
11b1a96f3b
|
no longer build for arm/v7
|
2022-10-21 01:19:19 +02:00 |
|
Ralf Vogler
|
e931892b76
|
need Checkout Action after all?
|
2022-10-21 00:05:58 +02:00 |
|
Ralf Vogler
|
ab84346945
|
GitHub Action to build & push Docker image
|
2022-10-20 22:01:27 +02:00 |
|