Merge branch 'main' of https://git.d4m13n.dev/damien/personal-website
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 15m24s
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 15m24s
This commit is contained in:
commit
f5819723cf
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -26,10 +26,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run tests
|
||||
run: npm test || true
|
||||
run: npm install
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -25,10 +25,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run tests
|
||||
run: npm test || true
|
||||
run: npm install
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user