mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-01-13 21:14:07 +00:00
Compare commits
7 Commits
a6811c53c6
...
1ce41a6c06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ce41a6c06 | ||
|
|
65bf54909f | ||
|
|
06158bf833 | ||
|
|
4416bce484 | ||
|
|
86e0aab4e0 | ||
|
|
ff29231830 | ||
|
|
3760f330c4 |
4
.github/workflows/publish-containers.yml
vendored
4
.github/workflows/publish-containers.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build / push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: backend
|
||||
file: ./backend/Dockerfile
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build / push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# syntax=docker/dockerfile:1.7
|
||||
# syntax=docker/dockerfile:1.8
|
||||
FROM cgr.dev/chainguard/go:latest as build
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
1162
package-lock.json
generated
1162
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,7 @@
|
||||
"vue-github-button": "^3.0.3",
|
||||
"vue-gtag": "^2.0.1",
|
||||
"vue-loading-overlay": "^6.0.3",
|
||||
"vue-router": "4.3.2"
|
||||
"vue-router": "4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.10",
|
||||
@@ -32,7 +32,7 @@
|
||||
"@vue/cli-plugin-babel": "~5.0.0",
|
||||
"@vue/cli-plugin-eslint": "~5.0.0",
|
||||
"@vue/cli-service": "^5.0.8",
|
||||
"eslint": "^8.47.0",
|
||||
"eslint": "^9.0.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"postcss-cli": "^11.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user