Skip to content

Update docker/build-push-action action to v7 #1968

Update docker/build-push-action action to v7

Update docker/build-push-action action to v7 #1968

Workflow file for this run

name: Check Tekst-Web build and code style
on:
push:
branches:
- main
pull_request:
branches:
- main
# paths:
# - "Tekst-Web/**"
# - "Tekst-API/openapi.json"
# - "dev/**"
# - ".github/workflows/web-checks.yml"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./Tekst-Web
steps:
- uses: actions/checkout@v6
- name: Use Node.js 20.14.0
uses: actions/setup-node@v6
with:
node-version: "24.14.1"
cache: "npm"
cache-dependency-path: "./Tekst-Web/package-lock.json"
- run: npm install
- run: npm run build --if-present