Updated tag definition
This commit is contained in:
parent
1259d38f7c
commit
4b9e54e9e7
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -68,8 +68,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:${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}"
|
"betterweb/hugo:extended-${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}"
|
||||||
"betterweb/hugo:${{ matrix.hugo-version }}-${{ matrix.node-vesion }}-${{ matrix.go-vesion }}-extended"
|
|
||||||
|
|
||||||
build-latest:
|
build-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -107,4 +106,4 @@ jobs:
|
||||||
GO_VERSION=1.20
|
GO_VERSION=1.20
|
||||||
tags: |
|
tags: |
|
||||||
betterweb/hugo:latest
|
betterweb/hugo:latest
|
||||||
betterweb/hugo:latest-extended
|
betterweb/hugo:extended-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue