mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
Alpine Linux updated to 3.21
This commit is contained in:
parent
240807b826
commit
244ba9bd6e
2 changed files with 4 additions and 6 deletions
8
.github/workflows/build_iso.yml
vendored
8
.github/workflows/build_iso.yml
vendored
|
@ -1,18 +1,16 @@
|
|||
env:
|
||||
version: v3.20
|
||||
version: v3.21
|
||||
|
||||
name: Alpine ISO Builder
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
build_ISOs:
|
||||
runs-on: ubuntu-24.04
|
||||
container:
|
||||
image: alpine:3.20
|
||||
image: alpine:3.21
|
||||
|
||||
steps:
|
||||
- name: Install software
|
||||
|
@ -55,6 +53,7 @@ jobs:
|
|||
include-hidden-files: true
|
||||
|
||||
release_ISOs:
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-24.04
|
||||
needs: build_ISOs
|
||||
steps:
|
||||
|
@ -73,6 +72,5 @@ jobs:
|
|||
gh release create ${{ github.ref_name }} \
|
||||
--verify-tag \
|
||||
--latest \
|
||||
--draft \
|
||||
--notes-file changelog.txt \
|
||||
*.iso
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
alpinelinux="v3.20.3"
|
||||
alpinelinux="v3.21.0"
|
||||
version="${alpinelinux%.*}"
|
||||
|
||||
HOSTNAME="$1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue