Skip to content

Commit

Permalink
Add RedMica 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 committed Nov 24, 2023
1 parent 26004c0 commit 597459e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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: ['2.3.2', '2.3.2/alpine']
target: ['2.4.0', '2.4.0/alpine']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
fail-fast: false
matrix:
version:
[2.3.2]
[2.4.0]
include:
- version: 2.3.2
other_tag: '2.3'
- version: 2.4.0
other_tag: '2.4'
latest: true
# - version: 2.0.0
# other_tag: '2.0'
Expand Down
2 changes: 1 addition & 1 deletion 2.3.2/Dockerfile → 2.4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"

ENV REDMICA_VERSION 2.3.2
ENV REDMICA_VERSION 2.4.0

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 2.3.2/alpine/Dockerfile → 2.4.0/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"

ENV REDMICA_VERSION 2.3.2
ENV REDMICA_VERSION 2.4.0

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.

0 comments on commit 597459e

Please sign in to comment.