kvendingoldo
7eab6411d6
Merge pull request #24 from tofuutils/dependabot/github_actions/tj-actions/changed-files-26.1
...
gh-actions: bump tj-actions/changed-files from 13.1 to 26.1
2025-06-02 01:29:42 +04:00
dependabot[bot]
700b083394
gh-actions: bump tj-actions/changed-files from 13.1 to 26.1
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 13.1 to 26.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](2c85495a7b...58ae566dc6 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '26.1'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-31 23:54:10 +00:00
dependabot[bot]
6be1b27016
gh-actions: bump MaxymVlasov/dive-action from 0.1.0 to 1.5.0
...
Bumps [MaxymVlasov/dive-action](https://github.com/maxymvlasov/dive-action ) from 0.1.0 to 1.5.0.
- [Release notes](https://github.com/maxymvlasov/dive-action/releases )
- [Commits](0035999cae...b08c8287e6 )
---
updated-dependencies:
- dependency-name: MaxymVlasov/dive-action
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-31 23:54:06 +00:00
renovate[bot]
2a63f5830e
chore(deps): update actions/checkout action to v4 ( #598 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 17:54:47 +02:00
renovate[bot]
dfa3bbe0e5
chore(deps): update docker/build-push-action action to v5 ( #602 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 17:51:19 +02:00
renovate[bot]
ec7d1ec591
chore(deps): update docker/setup-buildx-action action to v3 ( #604 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 17:48:18 +02:00
renovate[bot]
789973b35a
chore(deps): update plexsystems/container-structure-test-action action to v0.3.0 ( #547 )
2023-07-25 22:42:40 +03:00
renovate[bot]
2affdc570b
chore(deps): update docker/setup-buildx-action action to v2.9.1 ( #544 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-25 22:10:43 +03:00
renovate[bot]
402d617c20
chore(deps): update docker/build-push-action action to v4.1.1 ( #542 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-25 22:10:07 +03:00
renovate[bot]
d6ee7b41ea
chore(deps): update actions/checkout action to v3.5.3 ( #539 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-25 22:09:11 +03:00
Scott Miller
923c2c6a1e
feat(ci): Build multi-arch Docker images (amd64, arm64) ( #496 )
...
* build ARM images
* Fix GH API rate limits
* `docker buildx` currently does not support `load` and multi-arch at the same time.
And used Github Action does not support output=type=oci
---------
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
2023-04-28 19:53:31 +03:00
renovate[bot]
4b43b9996a
chore(deps): pin dependencies ( #493 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 16:44:10 +02:00
renovate[bot]
63dbfdc36b
chore(deps): update docker/build-push-action action to v4 ( #491 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 15:33:30 +02:00
renovate[bot]
2de5c43626
chore(deps): update docker/build-push-action action to v3 ( #484 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:48:14 +02:00
renovate[bot]
4ddefea045
chore(deps): update actions/checkout action to v3 ( #477 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:40:13 +02:00
renovate[bot]
033fdb92d0
chore(deps): update plexsystems/container-structure-test-action action to v0.2.0 ( #474 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:12:06 +02:00
renovate[bot]
f4dbbc6fd3
chore(deps): update docker/build-push-action action to v2.10.0 ( #468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 19:56:43 +02:00
renovate[bot]
dcaea2426a
chore(deps): update actions/checkout action to v2.6.0 ( #464 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 15:56:03 +02:00
John Schutz
abc2570e42
feat: Allow running container as non-root UID/GID for ownership issues (docker) ( #433 )
...
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
Co-authored-by: MaxymVlasov <MaxymVlasov@users.noreply.github.com>
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
2022-09-07 14:19:52 +02:00
Maksym Vlasov
4874cfe42e
chore: Add docker image tests - container-structure-test-config and dive-ci ( #365 )
2022-04-16 18:06:58 +02:00
Maksym Vlasov
35c45509ee
chore: Fix docker test pipeline ( #362 )
2022-04-13 18:51:45 +02:00
Maksym Vlasov
e88abb6857
chore: Fix docker test workflow ( #340 )
2022-02-10 20:33:05 +01:00
Mohit Saxena
71647bb026
chore: Add Github Actions Workflow to build if Dockerfile updated ( #318 )
...
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
2022-01-11 21:36:35 +01:00