Commit Graph

6 Commits

Author SHA1 Message Date
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