Trying tag definition
This commit is contained in:
parent
cbc4712e27
commit
1259d38f7c
1 changed files with 24 additions and 15 deletions
39
.github/workflows/build.yml
vendored
39
.github/workflows/build.yml
vendored
|
@ -11,21 +11,30 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
hugo-version:
|
||||
[
|
||||
"0.112.6",
|
||||
"0.112.7",
|
||||
"0.113.0",
|
||||
"0.114.0",
|
||||
"0.114.1",
|
||||
"0.115.0",
|
||||
"0.115.1",
|
||||
"0.115.2",
|
||||
"0.115.3",
|
||||
hugo-version: [
|
||||
#"0.112.6",
|
||||
#"0.112.7",
|
||||
#"0.113.0",
|
||||
#"0.114.0",
|
||||
#"0.114.1",
|
||||
#"0.115.0",
|
||||
#"0.115.1",
|
||||
#"0.115.2",
|
||||
#"0.115.3",
|
||||
"0.115.4",
|
||||
]
|
||||
node-version: ["16", "18"]
|
||||
go-version: ["1", "1.19", "1.19.11", "1.20", "1.20.5", "1.20.6"]
|
||||
node-version: [
|
||||
#"16",
|
||||
"18",
|
||||
]
|
||||
go-version: [
|
||||
#"1",
|
||||
#"1.19",
|
||||
#"1.19.11",
|
||||
#"1.20",
|
||||
#"1.20.5",
|
||||
"1.20.6",
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -59,8 +68,8 @@ jobs:
|
|||
NODE_VERSION=${{ matrix.node-version }}
|
||||
GO_VERSION=${{ matrix.go-version }}
|
||||
tags: |
|
||||
betterweb/hugo:${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}
|
||||
betterweb/hugo:${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}-extended
|
||||
"betterweb/hugo:${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}"
|
||||
"betterweb/hugo:${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}-extended"
|
||||
|
||||
build-latest:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue