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 Feb 17, 2024
2 parents b6a9925 + b16b147 commit 00ac3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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@v1
- uses: ./.github/actions
with:
version: '1.25.3'
version: '1.25.4'
tags: 1.25,1,latest
platform: linux/amd64,linux/arm64
nginx-124:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

NGINX_VER ?= 1.25.3
NGINX_VER ?= 1.25.4
NGINX_MINOR_VER ?= $(shell echo "${NGINX_VER}" | grep -oE '^[0-9]+\.[0-9]+')

TAG ?= $(NGINX_MINOR_VER)
Expand Down

0 comments on commit 00ac3d7

Please sign in to comment.