Commit Graph

14 Commits

Author SHA1 Message Date
dependabot[bot]
52967aeb56 build(deps): bump actions/download-artifact from 7 to 8 (#1773)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  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>
2026-03-02 08:13:15 +01:00
dependabot[bot]
b813f4b91c build(deps): bump actions/upload-artifact from 6 to 7 (#1775)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  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>
2026-03-02 08:13:03 +01:00
Jerry
6aca957a03 chore: add permissions for merge job in docker workflow (#1356) 2026-01-22 18:12:30 +01:00
Jerry
5ed0e57843 feat: add linux/arm64 to ghcr (#1353) 2026-01-22 09:29:39 +01:00
dependabot[bot]
2e4ffa96ba build(deps): bump actions/checkout from 5 to 6 (#1218)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  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>
2025-11-25 10:41:44 +01:00
Alexander Medvedev
32b76fc730 Revert "ci: add multi-platform Docker image support for ARM64 (#1180)"
This reverts commit ddc57f21f9.
2025-11-01 11:07:52 +01:00
Vianney Veremme
ddc57f21f9 ci: add multi-platform Docker image support for ARM64 (#1180)
* Add support for multiple platforms in Docker build

* Enhance Docker workflow with QEMU and Buildx setup

Added steps to set up QEMU and Docker Buildx, and login to GitHub Container Registry.

* Refactor Docker workflow for improved clarity

* Remove duplicate GitHub CR login step

Removed duplicate login step for GitHub Container Registry in the Docker workflow.

* Reorder Docker Buildx setup in workflow

* Rename step to 'Docker Buildx' in workflow
2025-10-15 09:44:38 +02:00
Sunset Mikoto
23b3517ae5 fix: use static files by include_json_static (#1123) (#1146)
* fix: use static files by include_json_static (#1123)

* chore: add workflow_dispatch to workflows
2025-08-22 09:57:28 +02:00
dependabot[bot]
2bf30cc875 Bump actions/checkout from 4 to 5 (#1133)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  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>
2025-08-18 09:11:00 +02:00
Dominik
0e4e835624 Repository check step in Docker workflow (#874)
* Implement sponge functionality

* Fix compilation errors

* There are no errors in Ba Sing Se

* Fix formatting

* Downgrade docker support

* Update docker.yml

* Update mod.rs

* Update mod.rs

* Delete pumpkin/src/block/blocks/sponge.rs

---------

Co-authored-by: Your Name <you@example.com>
2025-06-17 16:15:25 +02:00
Dominik
7ec9dbf80c Check repo in docker workflow (#860) 2025-06-08 20:29:02 +02:00
Commandcracker
33d9010c8f Add useful docker tags (#682)
* Better tags

* remove - form mc

* update tagging version extraction
2025-04-04 08:37:05 +02:00
Commandcracker
e589460fb2 Move Docker annotations to CI (#697)
* Remove annotations from Dockerfile

* Add annotations in CI
2025-04-04 08:27:52 +02:00
lokka30
120b92cfcc workflows: begin work on docker image deployment (#214)
* workflows: begin work on docker image deployment

Started work on `docker.yml` for automatic docker image deployment on
pushes to to branches (notably, excluding people's PRs).

Useful resource:
<https://docs.docker.com/build/ci/github-actions/manage-tags-labels/>

* workflows: Minor adjustments to deploy-docker-image action

* workflows: updated docker image workflow according to GH docs

* workflows: temporarily test deployment via docker-deploy branch

* workflows: use only subject-name for attestation

* workflows: specify subject-path for attestation

* workflows: remove attestation for now, too fiddly

* workflows: remove tmp test branch
2024-11-20 23:12:12 +01:00