Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
This needs definitely more work

Signed-off-by: ϺΛDИVTTΛH <96331755+madnuttah@users.noreply.github.com>
  • Loading branch information
madnuttah committed Apr 9, 2024
1 parent 6c2d9a6 commit eb72939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manually-build-openssl-buildenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
DOCKERHUB_SLUG: "madnuttah/openssl-buildenv"
VERSION: "3.2.1-0"
VERSION: "3.3.0-0"

jobs:
buildvars:
Expand Down Expand Up @@ -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 }}
docker manifest push ${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}

0 comments on commit eb72939

Please sign in to comment.