Skip to content

Commit

Permalink
6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sawanoboly committed Jan 31, 2024
1 parent 0dc8003 commit 0d34fed
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.2"
- "6.3"
- "6.4"

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

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.3"
ARG WP_VERSION="6.4"

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.3}
WP_VERSION=${1:-6.4}

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

0 comments on commit 0d34fed

Please sign in to comment.