mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-04-27 15:32:09 -05:00
Update Dependabot config, add docs package.json, and refine Docker workflow
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
directory: '/client'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/client'
|
||||
directory: '/web'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
@@ -29,5 +29,5 @@ jobs:
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64
|
||||
tags: germannewsmaker/myspeed:development
|
||||
Reference in New Issue
Block a user