Updated CI/CD Alpine image
All checks were successful
Build and Publish / build (push) Successful in 1m50s
All checks were successful
Build and Publish / build (push) Successful in 1m50s
This commit is contained in:
@@ -7,14 +7,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
container: docker.io/alpine:3.20
|
container: docker.io/alpine:3.23
|
||||||
steps:
|
steps:
|
||||||
# TODO: Use Nix Flakes
|
# TODO: Use Nix Flakes
|
||||||
- name: Install the dependencies
|
- name: Install the dependencies
|
||||||
run: |
|
run: |
|
||||||
apk update &&
|
apk update &&
|
||||||
apk add hugo git npm &&
|
apk add hugo git npm &&
|
||||||
npm install -g wrangler
|
npm install -g wrangler
|
||||||
|
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user