update build
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
name: 'Build docker container'
|
||||
on:
|
||||
release:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
description: "Select branch to build"
|
||||
required: true
|
||||
type: choice
|
||||
options:
|
||||
- 9.0-alpine-23
|
||||
- 9.0-alpine-22
|
||||
- 9.0-alpine-21
|
||||
- 8.0-alpine-22
|
||||
- 8.0-alpine-21
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -10,6 +24,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
|
||||
- name: Install Docker
|
||||
run: |
|
||||
echo "Checking docker installation"
|
||||
@@ -36,6 +53,7 @@ jobs:
|
||||
images: |
|
||||
git.claeyscloud.com/david/net-base
|
||||
tags: |
|
||||
type=raw,value=${{ inputs.branch }}
|
||||
type=semver,pattern={{raw}}
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}
|
||||
|
||||
Reference in New Issue
Block a user