Skip to content

Commit

Permalink
ReadMica 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 committed Aug 28, 2024
1 parent 19e8f27 commit e62617d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
target: ['3.0.1', '3.0.1/alpine']
target: ['3.0.2', '3.0.2/alpine']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
fail-fast: false
matrix:
version:
[3.0.1]
[3.0.2]
include:
- version: 3.0.1
- version: 3.0.2
other_tag: '3.0'
latest: true
# - version: 2.0.0
Expand Down Expand Up @@ -70,9 +70,9 @@ jobs:
fail-fast: false
matrix:
version:
[3.0.1]
[3.0.2]
include:
- version: 3.0.1
- version: 3.0.2
other_tag: '3.0'
latest: true
# - version: 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion 3.0.1/Dockerfile → 3.0.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"

ENV REDMICA_VERSION 3.0.1
ENV REDMICA_VERSION 3.0.2

RUN set -eux; \
wget -O redmine.tar.gz "https://github.com/redmica/redmica/archive/v${REDMICA_VERSION}.tar.gz"; \
Expand Down
2 changes: 1 addition & 1 deletion 3.0.1/alpine/Dockerfile → 3.0.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"

ENV REDMICA_VERSION 3.0.1
ENV REDMICA_VERSION 3.0.2

RUN set -eux; \
wget -O redmine.tar.gz "https://github.com/redmica/redmica/archive/v${REDMICA_VERSION}.tar.gz"; \
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions description.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# latest

- [3.0.1](https://github.com/redmica/redmica_docker/blob/master/3.0.1/Dockerfile), [3.0](https://github.com/redmica/redmica_docker/blob/master/3.0.1/Dockerfile), [latest](https://github.com/redmica/redmica_docker/blob/master/3.0.1/Dockerfile)
- [3.0.1-alpine](https://github.com/redmica/redmica_docker/blob/master/3.0.1/alpine/Dockerfile)
- [3.0.2](https://github.com/redmica/redmica_docker/blob/master/3.0.2/Dockerfile), [3.0](https://github.com/redmica/redmica_docker/blob/master/3.0.2/Dockerfile), [latest](https://github.com/redmica/redmica_docker/blob/master/3.0.2/Dockerfile)
- [3.0.2-alpine](https://github.com/redmica/redmica_docker/blob/master/3.0.2/alpine/Dockerfile)

# How to use this image

Expand Down

0 comments on commit e62617d

Please sign in to comment.