From eb729399bcc47735cb673447cfa208b319a67a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CF=BA=CE=9BD=D0=98VTT=CE=9BH?= <96331755+madnuttah@users.noreply.github.com> Date: Tue, 9 Apr 2024 17:43:11 +0200 Subject: [PATCH] Fixed version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This needs definitely more work Signed-off-by: ϺΛDИVTTΛH <96331755+madnuttah@users.noreply.github.com> --- .github/workflows/manually-build-openssl-buildenv.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manually-build-openssl-buildenv.yaml b/.github/workflows/manually-build-openssl-buildenv.yaml index aac04ea..0623d3e 100644 --- a/.github/workflows/manually-build-openssl-buildenv.yaml +++ b/.github/workflows/manually-build-openssl-buildenv.yaml @@ -5,7 +5,7 @@ on: env: DOCKERHUB_SLUG: "madnuttah/openssl-buildenv" - VERSION: "3.2.1-0" + VERSION: "3.3.0-0" jobs: buildvars: @@ -261,4 +261,4 @@ jobs: --amend ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}-amd64 \ --amend ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}-armv6 \ --amend ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}-armv7 - docker manifest push ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }} \ No newline at end of file + docker manifest push ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}