ci: avoid running setup before docker build (#21443)

This commit is contained in:
Marc 'risson' Schmitt
2026-04-07 18:31:56 +00:00
committed by GitHub
parent 4b28480e81
commit b7b91c7132
3 changed files with 12 additions and 15 deletions

View File

@@ -67,14 +67,6 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5
with:
node-version-file: web/package.json
cache: "npm"
cache-dependency-path: web/package-lock.json
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version-file: "go.mod"
- name: Build Docker Image
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
id: push