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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hugo-version:
|
hugo-version: [
|
||||||
[
|
#"0.112.6",
|
||||||
"0.112.6",
|
#"0.112.7",
|
||||||
"0.112.7",
|
#"0.113.0",
|
||||||
"0.113.0",
|
#"0.114.0",
|
||||||
"0.114.0",
|
#"0.114.1",
|
||||||
"0.114.1",
|
#"0.115.0",
|
||||||
"0.115.0",
|
#"0.115.1",
|
||||||
"0.115.1",
|
#"0.115.2",
|
||||||
"0.115.2",
|
#"0.115.3",
|
||||||
"0.115.3",
|
|
||||||
"0.115.4",
|
"0.115.4",
|
||||||
]
|
]
|
||||||
node-version: ["16", "18"]
|
node-version: [
|
||||||
go-version: ["1", "1.19", "1.19.11", "1.20", "1.20.5", "1.20.6"]
|
#"16",
|
||||||
|
"18",
|
||||||
|
]
|
||||||
|
go-version: [
|
||||||
|
#"1",
|
||||||
|
#"1.19",
|
||||||
|
#"1.19.11",
|
||||||
|
#"1.20",
|
||||||
|
#"1.20.5",
|
||||||
|
"1.20.6",
|
||||||
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -59,8 +68,8 @@ jobs:
|
||||||
NODE_VERSION=${{ matrix.node-version }}
|
NODE_VERSION=${{ matrix.node-version }}
|
||||||
GO_VERSION=${{ matrix.go-version }}
|
GO_VERSION=${{ matrix.go-version }}
|
||||||
tags: |
|
tags: |
|
||||||
betterweb/hugo:${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}
|
"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 }}-extended"
|
||||||
|
|
||||||
build-latest:
|
build-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue