chore: update Docker build workflow to version 1.16.0-2

- Updated the VERSION argument in the docker-build.yml file from 1.12.2 to 1.16.0-2.
This commit is contained in:
Josh Jacobs
2025-10-26 16:57:58 +00:00
parent e02ffe1f36
commit d7b7ff961c

View File

@@ -57,7 +57,7 @@ jobs:
with: with:
context: . context: .
build-args: | build-args: |
VERSION=1.12.2 VERSION=1.16.0-2
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY_IMAGE }}:latest tags: ${{ env.REGISTRY_IMAGE }}:latest