Skip to content

Commit

Permalink
Add missing 25-alpine tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Apr 26, 2024
1 parent 9eb9331 commit 0cc4695
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ Wraps [nix-emacs-ci](https://github.com/purcell/nix-emacs-ci) in docker images.
- [`25.3-ci-eldev`, `25-ci-eldev`](https://github.com/Silex/docker-emacs/blob/master/25.3/debian/ci/eldev/Dockerfile)
- [`25.3-ci-keg`, `25-ci-keg`](https://github.com/Silex/docker-emacs/blob/master/25.3/debian/ci/keg/Dockerfile)
- [`25.3-alpine`, `25-alpine`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/Dockerfile)
- [`25.3-alpine-ci`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/Dockerfile)
- [`25.3-alpine-ci-cask`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/cask/Dockerfile)
- [`25.3-alpine-ci-eldev`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/eldev/Dockerfile)
- [`25.3-alpine-ci-keg`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/keg/Dockerfile)
- [`25.3-alpine-ci`, `25-alpine-ci`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/Dockerfile)
- [`25.3-alpine-ci-cask`, `25-alpine-ci-cask`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/cask/Dockerfile)
- [`25.3-alpine-ci-eldev`, `25-alpine-ci-eldev`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/eldev/Dockerfile)
- [`25.3-alpine-ci-keg`, `25-alpine-ci-keg`](https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/keg/Dockerfile)
- [`25.2`](https://github.com/Silex/docker-emacs/blob/master/25.2/debian/Dockerfile)
- [`25.2-ci`](https://github.com/Silex/docker-emacs/blob/master/25.2/debian/ci/Dockerfile)
- [`25.2-ci-cask`](https://github.com/Silex/docker-emacs/blob/master/25.2/debian/ci/cask/Dockerfile)
Expand Down
8 changes: 4 additions & 4 deletions images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,19 +550,19 @@
- tags: [25.3-alpine, 25-alpine]
version: 25.3
template: alpine
- tags: [25.3-alpine-ci]
- tags: [25.3-alpine-ci, 25-alpine-ci]
version: 25.3
template: alpine/ci
depends: 25.3-alpine
- tags: [25.3-alpine-ci-cask]
- tags: [25.3-alpine-ci-cask, 25-alpine-ci-cask]
version: 25.3
template: alpine/ci/cask
depends: 25.3-alpine-ci
- tags: [25.3-alpine-ci-eldev]
- tags: [25.3-alpine-ci-eldev, 25-alpine-ci-eldev]
version: 25.3
template: alpine/ci/eldev
depends: 25.3-alpine-ci
- tags: [25.3-alpine-ci-keg]
- tags: [25.3-alpine-ci-keg, 25-alpine-ci-keg]
version: 25.3
template: alpine/ci/keg
depends: 25.3-alpine-ci
Expand Down

0 comments on commit 0cc4695

Please sign in to comment.