Fixed tag definition

This commit is contained in:
mrinc 2023-07-25 13:34:23 +02:00
parent 4b9e54e9e7
commit 792c1e2e59

View file

@ -11,30 +11,21 @@ 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
@ -68,7 +59,7 @@ jobs:
NODE_VERSION=${{ matrix.node-version }}
GO_VERSION=${{ matrix.go-version }}
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:
runs-on: ubuntu-latest