mirror of
https://github.com/evroon/bracket.git
synced 2026-05-25 00:45:34 -04:00
Fix corepack issue in dockerfile (#1509)
This commit is contained in:
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: docker
|
||||
name: docker build
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -18,7 +18,7 @@ on:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
docker-build:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
|
||||
1
.github/workflows/frontend.yml
vendored
1
.github/workflows/frontend.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/**'
|
||||
- 'frontend/**'
|
||||
push:
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user