Merge branch 'dev' into main
This commit is contained in:
commit
f6bdbd2040
2
.github/workflows/dev-image.yml
vendored
2
.github/workflows/dev-image.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
--file ./Dockerfile ./
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
--file ./Dockerfile ./
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
2
.github/workflows/test-backend.yml
vendored
2
.github/workflows/test-backend.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
@ -22,4 +22,6 @@ COPY --from=builder ./dist /dist/
|
||||
WORKDIR /dist
|
||||
EXPOSE 5001
|
||||
|
||||
ENV PATH=/root/.local/bin:${PATH}
|
||||
|
||||
ENTRYPOINT ["python", "/dist/server.py"]
|
||||
|
@ -948,15 +948,15 @@
|
||||
"resolved" "https://registry.npmjs.org/@datadog/browser-rum-core/-/browser-rum-core-4.7.0.tgz"
|
||||
"version" "4.7.0"
|
||||
dependencies:
|
||||
"@datadog/browser-core" "4.7.0"
|
||||
"@datadog/browser-core" "4.11.4"
|
||||
|
||||
"@datadog/browser-rum@^4.7.0":
|
||||
"integrity" "sha512-Hy2jTsYKZaeQK3TkFwKzLcKOtlxtQuKTAc43aQfTfFiu7fgzPGIOcb+XvJeL+QIsRZltjs4dlq9Sdsdc7UWVMw=="
|
||||
"resolved" "https://registry.npmjs.org/@datadog/browser-rum/-/browser-rum-4.7.0.tgz"
|
||||
"version" "4.7.0"
|
||||
dependencies:
|
||||
"@datadog/browser-core" "4.7.0"
|
||||
"@datadog/browser-rum-core" "4.7.0"
|
||||
"@datadog/browser-core" "4.11.4"
|
||||
"@datadog/browser-rum-core" "4.11.4"
|
||||
|
||||
"@hapi/address@2.x.x":
|
||||
"integrity" "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ=="
|
||||
|
Loading…
Reference in New Issue
Block a user