Skip to content

Commit

Permalink
Merge branch 'master' into frontend-disk-usage-telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaq007 authored Mar 5, 2024
2 parents e285f3c + f523571 commit b08d109
Show file tree
Hide file tree
Showing 123 changed files with 3,134 additions and 1,295 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
matrix:
python: ["3.10"]
os: [ubuntu-22.04]
docker_buildx: [v0.10.4]
fail-fast: false
env:
TO_TAG_PREFIX: release-github
Expand All @@ -37,8 +36,6 @@ jobs:
- name: setup docker buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
version: ${{ matrix.docker_buildx }}
- name: set owner variable
run: echo "OWNER=${GITHUB_REPOSITORY%/*}" >> $GITHUB_ENV
- name: set git tag
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
matrix:
python: ["3.10"]
os: [ubuntu-22.04]
docker_buildx: [v0.10.4]
fail-fast: false
env:
TO_TAG_PREFIX: staging-github
Expand All @@ -37,8 +36,6 @@ jobs:
- name: setup docker buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
version: ${{ matrix.docker_buildx }}
- name: set owner variable
run: echo "OWNER=${GITHUB_REPOSITORY%/*}" >> $GITHUB_ENV
- name: set git tag
Expand Down
Loading

0 comments on commit b08d109

Please sign in to comment.