Commit Graph

10 Commits

Author SHA1 Message Date
Sergey Shorokhov
14ace3c1c3
Revert "Retry step feature (#12)" (#13)
This reverts commit 64194a90ce.
2024-10-11 12:34:05 +03:00
dependabot[bot]
50fd7b3447
Bump actions/checkout from 4.1.7 to 4.2.0 (#7)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [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/v4.1.7...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 15:19:27 +00:00
dependabot[bot]
1352a16d1a
Bump docker/setup-buildx-action from 3.6.1 to 3.7.0 (#10)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 15:14:48 +00:00
Sergey Shorokhov
64194a90ce
Retry step feature (#12) 2024-10-03 15:12:45 +00:00
Sergey Shorokhov
a30bb340ec Docker login: use PAT instead login 2024-09-24 02:11:53 +03:00
dependabot[bot]
321b2196c9
Bump docker/build-push-action from 5.3.0 to 6.7.0 (#3) 2024-09-23 23:00:00 +00:00
dependabot[bot]
7d46ebfd62
Bump actions/checkout from 4.1.1 to 4.1.7 (#5) 2024-09-23 22:59:49 +00:00
dependabot[bot]
f24d9b215a
Bump docker/login-action from 3.1.0 to 3.3.0 (#4) 2024-09-23 22:59:41 +00:00
dependabot[bot]
f7f27e8eb3
Bump docker/setup-buildx-action from 3.2.0 to 3.6.1 (#6) 2024-09-23 22:55:46 +00:00
Sergey Shorokhov
670c0e714f
Init (#1)
* init

* add gitignore

* Use `debian:stable` tag

* Make compability with `s1lentq/testdemos:latest` image

* Clear APT cache

* Use `wine32` only and remove `wineboot` command

* remove any `*64.dll` and add ability to remove all `*.bsp`

* add CI

* Add `CODEOWNERS`
2024-09-24 01:14:28 +03:00