Fixed tag definition
This commit is contained in:
parent
4b9e54e9e7
commit
792c1e2e59
1 changed files with 14 additions and 23 deletions
37
.github/workflows/build.yml
vendored
37
.github/workflows/build.yml
vendored
|
@ -11,30 +11,21 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hugo-version: [
|
hugo-version:
|
||||||
#"0.112.6",
|
[
|
||||||
#"0.112.7",
|
"0.112.6",
|
||||||
#"0.113.0",
|
"0.112.7",
|
||||||
#"0.114.0",
|
"0.113.0",
|
||||||
#"0.114.1",
|
"0.114.0",
|
||||||
#"0.115.0",
|
"0.114.1",
|
||||||
#"0.115.1",
|
"0.115.0",
|
||||||
#"0.115.2",
|
"0.115.1",
|
||||||
#"0.115.3",
|
"0.115.2",
|
||||||
|
"0.115.3",
|
||||||
"0.115.4",
|
"0.115.4",
|
||||||
]
|
]
|
||||||
node-version: [
|
node-version: ["16", "18"]
|
||||||
#"16",
|
go-version: ["1", "1.19", "1.19.11", "1.20", "1.20.5", "1.20.6"]
|
||||||
"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
|
||||||
|
@ -68,7 +59,7 @@ 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:extended-${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}"
|
"betterweb/hugo:extended-${{ matrix.hugo-version }}-${{ matrix.node-version }}-${{ matrix.go-version }}"
|
||||||
|
|
||||||
build-latest:
|
build-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue