Skip to content

Commit

Permalink
6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sawanoboly committed Apr 19, 2024
1 parent d81e878 commit e3bd041
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
push:
branches:
- main
- "6.3"
- "6.4"
- "6.5"

env:
# Use docker.io for Docker Hub if empty
Expand All @@ -30,8 +30,8 @@ jobs:
matrix:
branch:
- main
- "6.3"
- "6.4"
- "6.5"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:11-slim
ARG WP_VERSION="6.4"
ARG WP_VERSION="6.5"

RUN apt-get update && apt-get install -y unzip jq wget curl
RUN mkdir -p /srv/languages
Expand Down
2 changes: 1 addition & 1 deletion extract_language.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

WP_VERSION=${1:-6.4}
WP_VERSION=${1:-6.5}

set -xE -o pipefail
curl -s "https://api.wordpress.org/translations/core/1.0/?version=$WP_VERSION" \
Expand Down

0 comments on commit e3bd041

Please sign in to comment.