Update .github/workflows/build.yaml
This commit is contained in:
parent
d19dcd341b
commit
0e9cb0f229
1 changed files with 16 additions and 10 deletions
26
.github/workflows/build.yaml
vendored
26
.github/workflows/build.yaml
vendored
|
@ -10,16 +10,22 @@ jobs:
|
||||||
runs-on: node-22
|
runs-on: node-22
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hugo-version:
|
hugo-version:
|
||||||
[
|
[
|
||||||
# "0.124.1",
|
"0.119.0",
|
||||||
# "0.125.7",
|
"0.120.4",
|
||||||
# "0.126.3",
|
"0.121.2",
|
||||||
|
"0.122.0",
|
||||||
|
"0.123.8",
|
||||||
|
"0.124.1",
|
||||||
|
"0.125.7",
|
||||||
|
"0.126.3",
|
||||||
"0.127.0",
|
"0.127.0",
|
||||||
|
"0.128.2",
|
||||||
"0.129.0"
|
"0.129.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
node-version:
|
node-version:
|
||||||
[
|
[
|
||||||
# "20.9.0",
|
# "20.9.0",
|
||||||
"21.7.3",
|
"21.7.3",
|
||||||
|
@ -72,9 +78,9 @@ jobs:
|
||||||
- name: Login to Self-Hosted Registry
|
- name: Login to Self-Hosted Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: codeberg.org
|
registry: git.myco.systems
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||||
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push Extended Version
|
- name: Build and Push Extended Version
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
@ -88,4 +94,4 @@ jobs:
|
||||||
HUGO_VERSION=0.129.0
|
HUGO_VERSION=0.129.0
|
||||||
NODE_VERSION=22.5.0
|
NODE_VERSION=22.5.0
|
||||||
tags: |
|
tags: |
|
||||||
codeberg.org/mycosystems/hugo-ci:latest
|
git.myco.systems/mycosystems/hugo-ci:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue