Commit Graph

10 Commits

Author SHA1 Message Date
dependabot[bot]
886789d176 chore(deps): bump actions/download-artifact from 3 to 4 (#9611)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  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>
2024-02-19 07:26:09 +01:00
dependabot[bot]
2aa294129f chore(deps): bump docker/login-action from 2 to 3 (#9612)
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>
2024-02-19 07:25:59 +01:00
dependabot[bot]
b411d6bab9 chore(deps): bump docker/build-push-action from 4 to 5 (#9605)
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>
2024-02-16 10:19:07 +01:00
dependabot[bot]
9d27bfa092 chore(deps): bump docker/setup-qemu-action from 2 to 3 (#9606)
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>
Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com>
2024-02-16 10:18:48 +01:00
Vladimir Gorej
eb8e971044 ci(docker-build-push): change supported platforms 2024-02-15 14:20:55 +01:00
Vladimír Gorej
75c78b0293 ci(docker): add support for repository_dispatch event type (#8876)
This will allow to trigger workflow from Jenkins.

Refs #8875
2023-06-02 13:10:16 +02:00
Vladimír Gorej
49da686946 ci(docker): provide better descriptions
Refs #8873
2023-06-02 12:51:12 +02:00
Vladimír Gorej
ad405d0cd1 ci(docker): distinguish docker_ref and git_ref inputs (#8874)
Refs #8873
2023-06-02 12:44:22 +02:00
Vladimír Gorej
56838ede26 ci(docker): set provenance=false when building image
This should avoid issue described in https://github.com/docker/build-push-action/issues/820.

Refs #5815
2023-06-01 18:10:11 +02:00
Vladimír Gorej
f73b38b0ba ci(docker): add initial workflow for creating multi platform Docker images (#8732)
Refs #5815
2023-06-01 17:46:32 +02:00