Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 4, 2024
2 parents 5d4fdd8 + d6211b5 commit 363cb65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '11.4.3'
version: '11.4.4'
tags: '11.4,11,latest'
workdir: 11
platform: linux/amd64,linux/arm64
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '10.11.9'
version: '10.11.10'
tags: '10.11,10'
workdir: 10
platform: linux/amd64,linux/arm64
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '10.6.19'
version: '10.6.20'
tags: '10.6'
workdir: 10
platform: linux/amd64,linux/arm64
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '10.5.26'
version: '10.5.27'
tags: '10.5'
workdir: 10
platform: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion 10/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

MARIADB_VER ?= 10.11.9
MARIADB_VER ?= 10.11.10
MARIADB_VER_MINOR = $(shell echo "${MARIADB_VER}" | grep -oE '^[0-9]+\.[0-9]+')

GALERA_VER ?=
Expand Down
2 changes: 1 addition & 1 deletion 11/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

MARIADB_VER ?= 11.4.3
MARIADB_VER ?= 11.4.4
MARIADB_VER_MINOR = $(shell echo "${MARIADB_VER}" | grep -oE '^[0-9]+\.[0-9]+')

GALERA_VER ?=
Expand Down

0 comments on commit 363cb65

Please sign in to comment.